Exclude file from the archive
This commit is contained in:
@@ -39,7 +39,8 @@ rm -rf data/*.sqlite \
|
|||||||
README.markdown \
|
README.markdown \
|
||||||
docs \
|
docs \
|
||||||
Dockerfile \
|
Dockerfile \
|
||||||
composer.*
|
composer.* \
|
||||||
|
app.json
|
||||||
|
|
||||||
find ./vendor -name doc -type d -exec rm -rf {} +;
|
find ./vendor -name doc -type d -exec rm -rf {} +;
|
||||||
find ./vendor -name notes -type d -exec rm -rf {} +;
|
find ./vendor -name notes -type d -exec rm -rf {} +;
|
||||||
|
|||||||
Reference in New Issue
Block a user