Godot.gitignore 252 B

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