Add gitignore and remove untracked files

This commit is contained in:
Aaron Franke
2020-05-11 20:12:19 -04:00
parent 908190f29b
commit d7ff9a5cd3
5 changed files with 17 additions and 6 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
# System/tool-specific ignores
.directory
*~