summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-02-22 12:10:03 -0500
committerFrederic Guillot <fred@kanboard.net>2015-02-22 12:10:03 -0500
commit0450d86a18b1bc16b88bf3d3540a00eb9318203e (patch)
treee91aba675c0834a33d4b2720365869c603b87205 /scripts
parentcd323ed8fd4a2f44109407b3e3b815af73e36f8c (diff)
Exclude file from the archive
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make-archive.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/make-archive.sh b/scripts/make-archive.sh
index ea9084f5..b99e87ab 100755
--- a/scripts/make-archive.sh
+++ b/scripts/make-archive.sh
@@ -39,7 +39,8 @@ rm -rf data/*.sqlite \
README.markdown \
docs \
Dockerfile \
- composer.*
+ composer.* \
+ app.json
find ./vendor -name doc -type d -exec rm -rf {} +;
find ./vendor -name notes -type d -exec rm -rf {} +;