remove the .git folder which could be too large

This commit is contained in:
Nabeel Shahzad 2017-12-28 18:13:01 -06:00
parent 77d89a2192
commit 6e9c16125d

View File

@ -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