diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-22 12:10:03 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-22 12:10:03 -0500 |
commit | 0450d86a18b1bc16b88bf3d3540a00eb9318203e (patch) | |
tree | e91aba675c0834a33d4b2720365869c603b87205 /scripts | |
parent | cd323ed8fd4a2f44109407b3e3b815af73e36f8c (diff) |
Exclude file from the archive
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make-archive.sh | 3 |
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 {} +; |