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