django-fobi/scripts/clean_up.sh

7 lines
161 B
Bash
Raw Normal View History

2014-10-11 03:54:24 +00:00
find . -name "*.pyc" -exec rm -rf {} \;
2016-11-24 21:42:16 +00:00
find . -name "__pycache__" -exec rm -rf {} \;
2014-10-11 03:54:24 +00:00
rm -rf build/
rm -rf dist/
2016-10-17 01:30:09 +00:00
rm -rf src/django_fobi.egg-info/
rm -rf .cache/