Exclude file from the archive
This commit is contained in:
parent
cd323ed8fd
commit
0450d86a18
|
|
@ -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 {} +;
|
||||
|
|
|
|||
Loading…
Reference in New Issue