$ du -h --max-depth=1
1.6M ./src
72K ./bin
520K ./web
125M ./vendor
4.1M ./app
131M .
$ find vendor -name .git -type d | xargs rm -rf
$ du -h --max-depth=1
1.6M ./src
72K ./bin
520K ./web
41M ./vendor
4.1M ./app
47M .