commit b561945f6b8c6b75d4a6f1ab1eb0b5b86295747a Author: Lurkars Date: Wed Jul 10 19:30:54 2019 +0200 add .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3765c32 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Mono-specific ignores +.mono/ + +# System/tool-specific ignores +.directory +*~