mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-15 16:13:11 +00:00
3 lines
67 B
Bash
Executable file
3 lines
67 B
Bash
Executable file
find . -name "*.pyc" -exec rm -rf {} \;
|
|
rm -rf build/
|
|
rm -rf dist/
|