Exclude file from the archive

This commit is contained in:
Frederic Guillot 2015-02-22 12:10:03 -05:00
parent cd323ed8fd
commit 0450d86a18
1 changed files with 2 additions and 1 deletions

View File

@ -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 {} +;