Files
HearthMod Admin 30acd05ce7 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>
2025-03-07 13:24:44 +00:00

31 lines
266 B
Plaintext

.DS_Store
tags
*.pyc
*.swp
*.o
build-hearthmod-*
hs_*
hm_stud/cert/*
node_modules
cache
*_log
*.log
player1
player2
# Session files
hm_web/sessions/*
# Binary files
hm_gameserver/hm_gameserver
hm_lobbyserver/hm_lobbyserver
# Build artifacts
hm_nginx/objs/*