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>
This commit is contained in:
Yehoshua Sandler 2025-03-10 20:25:44 -05:00 committed by Travis Gatlin
parent 528ff9d82a
commit da46fd1db7

21
.gitignore vendored
View File

@ -1,3 +1,24 @@
# Godot 4+ specific ignores # Godot 4+ specific ignores
.godot/ .godot/
/android/ /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