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:
saarsena@gmail.com 2026-04-18 13:23:54 -04:00
parent e45f121fb9
commit 6ee49c3375

7
.gitignore vendored
View file

@ -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/