Procházet zdrojové kódy

Create Godot.gitignore

A simple .gitignore for the Godot game engine.
pull/2613/head
alex hall před 6 roky
rodič
revize
feacd863f3
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 12 přidání a 0 odebrání
  1. 12
    0
      Godot.gitignore

+ 12
- 0
Godot.gitignore Zobrazit soubor

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

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

# Mono-specific ignores
.mono/

# System/tool-specific ignores
.directory
*~

Načítá se…
Zrušit
Uložit