birb/.gitignore
Yehoshua Sandler da46fd1db7 Update ignores for godot (#10)
Reviewed-on: #10
Reviewed-by: Travis Gatlin <travisgatlin53@yahoo.com>
Co-authored-by: Yehoshua Sandler <accounts@tzed.io>
Co-committed-by: Yehoshua Sandler <accounts@tzed.io>
2025-03-10 20:25:44 -05:00

25 lines
408 B
Plaintext

# Godot 4+ specific ignores
.godot/
/android/
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Dummy HTML5 export presets file for continuous integration
!.github/dist/export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
# System/tool-specific ignores
.directory
.DS_Store
*~
*.blend1