Skip to content

Commit

Permalink
Enhance gitignore
Browse files Browse the repository at this point in the history
This commit updates the gitignore for the project to follow the
suggested gitignore via `github/gitignore`.

Fixes bitbrain#10
  • Loading branch information
briancain committed Oct 14, 2024
1 parent 3cb4e64 commit 8ea94cf
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 8ea94cf

Please sign in to comment.