django-fobi/scripts/clean_up.sh

6 lines
115 B
Bash
Raw Normal View History

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