21 lines
289 B
Plaintext
21 lines
289 B
Plaintext
### Godot ###
|
|
# Godot 4+ specific ignores
|
|
.godot/
|
|
/[Bb]uilds/
|
|
*_build/
|
|
/[Oo]utput/
|
|
/[Cc]ache/
|
|
# Godot-specific ignores
|
|
.import/
|
|
export.cfg
|
|
config.cgf
|
|
|
|
# Imported translations (automatically generated from CSV files)
|
|
*.translation
|
|
|
|
# Mono-specific ignores
|
|
.mono/
|
|
data_*/
|
|
mono_crash.*.json
|
|
|