.gitignore 398 B

1234567891011121314151617181920212223
  1. # Godot 4+ specific ignores
  2. .godot/
  3. # Godot-specific ignores
  4. .import/
  5. export.cfg
  6. export_presets.cfg
  7. # Dummy HTML5 export presets file for continuous integration
  8. !.github/dist/export_presets.cfg
  9. # Imported translations (automatically generated from CSV files)
  10. *.translation
  11. # Mono-specific ignores
  12. .mono/
  13. data_*/
  14. mono_crash.*.json
  15. # System/tool-specific ignores
  16. .directory
  17. .DS_Store
  18. *~
  19. *.blend1