From 0450d86a18b1bc16b88bf3d3540a00eb9318203e Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 22 Feb 2015 12:10:03 -0500 Subject: Exclude file from the archive --- scripts/make-archive.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {} +; -- cgit v1.2.3