diff --git a/.gitignore b/.gitignore index a7a99726..d053cdac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,23 @@ -.idea/* +# Godot-specific ignores +.import/ +.dev/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json + +# System/tool-specific ignores +.directory *~ -.fuse_hidden* +/.idea/ +/build/ +/html/ +/commit.gd + +.fuse_hidden* \ No newline at end of file