Add clean.sh script to removed past build artifacts

This commit is contained in:
Rémi Verschelde
2023-06-21 10:33:55 +02:00
parent 80ea8aadde
commit 360fa39095

2
clean.sh Executable file
View File

@@ -0,0 +1,2 @@
rm -rf godot*.tar.gz mono-glue out releases tmp web
git status