diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2018-06-20 16:29:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-20 16:29:27 +0200 |
commit | 5420c87e22570c8aface1dfe5fc1f54bd6bb4845 (patch) | |
tree | 8a9587a53f0161fe95141d982ff4cea40075372b /.gitattributes | |
parent | e36479d9ffd71b504bc99501ea1fef2579ff46b6 (diff) | |
parent | decae8c119e0f4750d10909abc47d8afb89af362 (diff) | |
download | Shaarli-5420c87e22570c8aface1dfe5fc1f54bd6bb4845.tar.gz Shaarli-5420c87e22570c8aface1dfe5fc1f54bd6bb4845.tar.zst Shaarli-5420c87e22570c8aface1dfe5fc1f54bd6bb4845.zip |
Merge pull request #1157 from virtualtam/v0.9-dockerfile
v0.9 - Build the Docker images from the local sources
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index b191e227..00070561 100644 --- a/.gitattributes +++ b/.gitattributes | |||
@@ -32,7 +32,9 @@ Dockerfile text | |||
32 | .travis.yml export-ignore | 32 | .travis.yml export-ignore |
33 | doc/**/*.json export-ignore | 33 | doc/**/*.json export-ignore |
34 | doc/**/*.md export-ignore | 34 | doc/**/*.md export-ignore |
35 | docker/ export-ignore | 35 | .docker/ export-ignore |
36 | .dockerignore export-ignore | ||
37 | Dockerfile* export-ignore | ||
36 | Doxyfile export-ignore | 38 | Doxyfile export-ignore |
37 | Makefile export-ignore | 39 | Makefile export-ignore |
38 | mkdocs.yml export-ignore | 40 | mkdocs.yml export-ignore |