Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mkh-user authored Aug 30, 2024
1 parent 1189706 commit d86aa35
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
# Godot 4+ specific ignores
*.import
*.cfg
*.tscn
/.godot
.godot/

# Exports
*.zip
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg

# Personal plugins
wakatime_logo.jpg
/addons/wakatime
# Imported translations (automatically generated from CSV files)
*.translation

.godot/editor/script_editor_cache.cfg
/.godot
.godot/editor/filesystem_cache8
.godot/editor/filesystem_update4
.godot/editor/project_metadata.cfg
.godot/editor/script_editor_cache.cfg
.godot/editor/SLib.tscn-editstate-5a7cac20d6b21ac79ba0a1f102166743.cfg
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json

0 comments on commit d86aa35

Please sign in to comment.