Update .gitignore to handle session files and build artifacts

- Added patterns for session files in hm_web/sessions/
- Added patterns for binary files (executables)
- Added patterns for nginx build artifacts

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
HearthMod Admin
2025-03-07 13:24:44 +00:00
parent 35a5e88cf0
commit 30acd05ce7
+10
View File
@@ -18,3 +18,13 @@ cache
player1 player1
player2 player2
# Session files
hm_web/sessions/*
# Binary files
hm_gameserver/hm_gameserver
hm_lobbyserver/hm_lobbyserver
# Build artifacts
hm_nginx/objs/*