diff options
author | VirtualTam <virtualtam@flibidi.net> | 2016-08-12 22:02:59 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 14:29:52 +0100 |
commit | 24d8f65abea2c1251e250089f20e89034454926d (patch) | |
tree | c6f164f56589602d0e88e4c53841392ae3d1c582 | |
parent | d6d8558723ed20a49cd602cb0adbc7f112254bd8 (diff) | |
download | Shaarli-24d8f65abea2c1251e250089f20e89034454926d.tar.gz Shaarli-24d8f65abea2c1251e250089f20e89034454926d.tar.zst Shaarli-24d8f65abea2c1251e250089f20e89034454926d.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 |