.gitignore 253 B

123456789101112131415161718
  1. # ---> Godot
  2. # Godot 4+ specific ignores
  3. .godot/
  4. # Godot-specific ignores
  5. .import/
  6. export.cfg
  7. export_presets.cfg
  8. # Imported translations (automatically generated from CSV files)
  9. *.translation
  10. # Mono-specific ignores
  11. .mono/
  12. data_*/
  13. mono_crash.*.json