Quellcode durchsuchen

Create Godot.gitignore

A simple .gitignore for the Godot game engine.
pull/2613/head
alex hall vor 6 Jahren
Ursprung
Commit
feacd863f3
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 12 neuen und 0 gelöschten Zeilen
  1. 12
    0
      Godot.gitignore

+ 12
- 0
Godot.gitignore Datei anzeigen

@@ -0,0 +1,12 @@

# Godot-specific ignores
.import/
export.cfg
export_presets.cfg

# Mono-specific ignores
.mono/

# System/tool-specific ignores
.directory
*~

Laden…
Abbrechen
Speichern