remove the .git folder which could be too large
This commit is contained in:
@@ -18,6 +18,9 @@ if [ "$TRAVIS" = "true" ]; then
|
|||||||
find ./vendor -type d -name ".git" | xargs rm -rf
|
find ./vendor -type d -name ".git" | xargs rm -rf
|
||||||
rm -rf .idea phpvms.iml .travis .dpl
|
rm -rf .idea phpvms.iml .travis .dpl
|
||||||
rm -rf .phpstorm.meta.php _ide_helper.php
|
rm -rf .phpstorm.meta.php _ide_helper.php
|
||||||
|
|
||||||
|
# remove large sized files
|
||||||
|
rm -rf .git
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
|
|
||||||
# delete files in vendor that are rather large
|
# delete files in vendor that are rather large
|
||||||
|
|||||||
Reference in New Issue
Block a user