diff --git a/.gitignore b/.gitignore index 1e9a7fc..c022785 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,18 @@ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Mono-specific ignores +.mono/ +data_*/ + + *.exe *.pck *.x86_64 *.log -/.import test/ -build/ \ No newline at end of file +build/ +builds/ \ No newline at end of file