diff options
author | VirtualTam <virtualtam@flibidi.net> | 2016-08-12 22:02:59 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2016-08-12 22:02:59 +0200 |
commit | b039a061ebc55f2b62ec3fbead3e4a34666a0aaa (patch) | |
tree | f5d8503e4b3245b854cc181de273318e2ae97de1 | |
parent | e0dd77c37e433d71462f87c8e8c75196aa958940 (diff) | |
download | Shaarli-b039a061ebc55f2b62ec3fbead3e4a34666a0aaa.tar.gz Shaarli-b039a061ebc55f2b62ec3fbead3e4a34666a0aaa.tar.zst Shaarli-b039a061ebc55f2b62ec3fbead3e4a34666a0aaa.zip |
Fix: keep composer.json in release archives
Relates to https://github.com/shaarli/Shaarli/issues/607
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index aaf6a39e..d753b1db 100644 --- a/.gitattributes +++ b/.gitattributes | |||
@@ -21,7 +21,6 @@ Dockerfile text | |||
21 | .gitattributes export-ignore | 21 | .gitattributes export-ignore |
22 | .gitignore export-ignore | 22 | .gitignore export-ignore |
23 | .travis.yml export-ignore | 23 | .travis.yml export-ignore |
24 | composer.json export-ignore | ||
25 | doc/**/*.json export-ignore | 24 | doc/**/*.json export-ignore |
26 | doc/**/*.md export-ignore | 25 | doc/**/*.md export-ignore |
27 | docker/ export-ignore | 26 | docker/ export-ignore |