diff options
author | Aurélien Tamisier <virtualtam+github@flibidi.net> | 2018-07-27 19:25:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-27 19:25:52 +0200 |
commit | 8fdd65b88412a0db28c723a486650c434fe5668c (patch) | |
tree | 6bbadbcdb800a1655b846490e3db448a541c745b /.gitattributes | |
parent | d8e4bf15355f328afbdb6567235702ef2c931041 (diff) | |
parent | a0c34a49765ecc2559ac51b62966b9785ff3a5a3 (diff) | |
download | Shaarli-8fdd65b88412a0db28c723a486650c434fe5668c.tar.gz Shaarli-8fdd65b88412a0db28c723a486650c434fe5668c.tar.zst Shaarli-8fdd65b88412a0db28c723a486650c434fe5668c.zip |
Merge pull request #1168 from virtualtam/docker/compose
Provide a Docker Compose example
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 9d22f11b..9a92bc37 100644 --- a/.gitattributes +++ b/.gitattributes | |||
@@ -35,6 +35,7 @@ doc/**/*.json export-ignore | |||
35 | doc/**/*.md export-ignore | 35 | doc/**/*.md export-ignore |
36 | .docker/ export-ignore | 36 | .docker/ export-ignore |
37 | .dockerignore export-ignore | 37 | .dockerignore export-ignore |
38 | docker-compose.* export-ignore | ||
38 | Dockerfile* export-ignore | 39 | Dockerfile* export-ignore |
39 | Doxyfile export-ignore | 40 | Doxyfile export-ignore |
40 | Makefile export-ignore | 41 | Makefile export-ignore |