Added script for total cleanup

This commit is contained in:
Kevin Frantz 2018-10-31 08:49:29 +01:00
parent 8644feac1d
commit 6be140e4a9

View File

@ -0,0 +1,4 @@
#!/bin/sh
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php rm -vr var)
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php rm -vr vendor )
(cd $(dirname $(readlink -f ${0}))/ && bash cleanup-ignored.sh)