Clean the deploy directory

main
Bob Mottram 2020-06-20 12:26:48 +01:00
parent 2c1ef1e070
commit 10699aab3b
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ source:
rm -f translations/*~
rm -f orgs/*~
rm -f scripts/*~
rm -f deploy/*~
rm -rf __pycache__
rm -f \#* \.#* src/*~
rm -fr deb.*
@ -19,4 +20,5 @@ clean:
rm -f website/EN/*~
rm -f gemini/EN/*~
rm -f scripts/*~
rm -f deploy/*~
rm -rf __pycache__