2018-07-26 09:19:11 +00:00
|
|
|
|
|
|
|
# Godot-specific ignores
|
|
|
|
.import/
|
|
|
|
export.cfg
|
|
|
|
export_presets.cfg
|
|
|
|
*.import
|
|
|
|
|
|
|
|
# Mono-specific ignores
|
|
|
|
.mono/
|
|
|
|
|
|
|
|
# System/tool-specific ignores
|
|
|
|
.directory
|
|
|
|
*~
|
2019-12-11 21:27:49 +00:00
|
|
|
|
|
|
|
# Ignore binary & package
|
|
|
|
*.bin
|
|
|
|
*.pck
|
2020-01-05 15:16:07 +00:00
|
|
|
|
|
|
|
# Ignore lib gdnaive
|
|
|
|
libgdnative.*.so
|
|
|
|
|
|
|
|
# Ignore temp
|
|
|
|
temp/
|