diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7d5d0d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg +*.import + +# Mono-specific ignores +.mono/ + +# System/tool-specific ignores +.directory +*~ + +# Ignore binary & package +*.bin +*.pck + +# Ignore lib gdnaive +libgdnative.*.so + +# Ignore temp +temp/ \ No newline at end of file