Add .gitignore file.

This commit is contained in:
osquallo 2020-03-21 10:05:41 +01:00
parent a31d8b047e
commit 487da1e938

23
.gitignore vendored Normal file
View file

@ -0,0 +1,23 @@
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
*.import
# Mono-specific ignores
.mono/
# System/tool-specific ignores
.directory
*~
# Ignore binary & package
*.bin
*.pck
# Ignore lib gdnaive
libgdnative.*.so
# Ignore temp
temp/