.gitignore 311 B

1234567891011121314151617181920212223
  1. # Godot-specific ignores
  2. .import/
  3. export.cfg
  4. export_presets.cfg
  5. # Imported translations (automatically generated from CSV files)
  6. *.translation
  7. # Mono-specific ignores
  8. .mono/
  9. data_*/
  10. mono_crash.*.json
  11. # System/tool-specific ignores
  12. .directory
  13. *~
  14. # Project-specific ignores
  15. /visuals
  16. /audio
  17. /godot/debug/save