30acd05ce7
- 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>
31 lines
266 B
Plaintext
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/*
|