.gitignore 280 B

123456789101112131415161718
  1. # Created by https://www.gitignore.io/api/godot
  2. # Edit at https://www.gitignore.io/?templates=godot
  3. ### Godot ###
  4. # Godot-specific ignores
  5. .godot
  6. .import/
  7. export.cfg
  8. export_presets.cfg
  9. # Mono-specific ignores
  10. .mono/
  11. # End of https://www.gitignore.io/api/godot
  12. # export
  13. dist/