chore: broaden .gitignore to exclude bin/ and generated maps
Previously only /bin/genesis was ignored; bin/genesis3d and future binaries now get covered. demo/maps/ is generated export output and should not be tracked. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e45f121fb9
commit
6ee49c3375
1 changed files with 5 additions and 2 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -1,9 +1,12 @@
|
|||
# Compiled genesis binary
|
||||
/bin/genesis
|
||||
# Compiled binaries
|
||||
/bin/
|
||||
|
||||
# C build objects
|
||||
/obj/
|
||||
|
||||
# Generated maps
|
||||
/demo/maps/
|
||||
|
||||
# Godot GDExtension build artifacts
|
||||
/godot/build/
|
||||
/demo/addons/brogue_gen/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue