.gitignore 407 B

12345678910111213141516171819
  1. # Created by https://www.toptal.com/developers/gitignore/api/godot
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=godot
  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. # End of https://www.toptal.com/developers/gitignore/api/godot
  14. dist/