Add .gitignore file.
This commit is contained in:
parent
a31d8b047e
commit
487da1e938
1 changed files with 23 additions and 0 deletions
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal 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/
|
Loading…
Reference in a new issue