Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

Godot.gitignore 239B

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