Create Godot.gitignore

A simple .gitignore for the Godot game engine.
This commit is contained in:
alex hall 2018-02-25 14:55:31 -08:00 committed by GitHub
parent 4bff4a2986
commit feacd863f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
Godot.gitignore Normal file
View File

@ -0,0 +1,12 @@
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Mono-specific ignores
.mono/
# System/tool-specific ignores
.directory
*~