Skip to content

Commit

Permalink
Merge pull request #12 from briancain/git/improve-gitignore
Browse files Browse the repository at this point in the history
Enhance gitignore
  • Loading branch information
bitbrain authored Nov 15, 2024
2 parents 3cb4e64 + 8ea94cf commit 157579b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Referenced from: https://github.com/github/gitignore/blob/main/Godot.gitignore
# Godot 4+ specific ignores
.godot/

# Godot-specific ignores
.import/
godot/.godot/
export.cfg
export_presets.cfg

# Imported translations (automatically generated from CSV files)
*.translation

# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json

0 comments on commit 157579b

Please sign in to comment.