22 lines
245 B
Text
22 lines
245 B
Text
|
|
# Godot-specific ignores
|
|
.import/
|
|
export.cfg
|
|
export_presets.cfg
|
|
*.import
|
|
|
|
# Mono-specific ignores
|
|
.mono/
|
|
|
|
# System/tool-specific ignores
|
|
.directory
|
|
*~
|
|
|
|
# Ignore binary & package
|
|
*.pck
|
|
|
|
# Ignore lib gdnaive
|
|
libgdnative.*.so
|
|
|
|
# Ignore temp
|
|
temp/
|