74 lines
1.9 KiB
Plaintext
74 lines
1.9 KiB
Plaintext
# build output
|
|
/build/
|
|
/build-pod/
|
|
/build-steam/
|
|
*.obj
|
|
*.pdb
|
|
*.ilk
|
|
*.exp
|
|
*.idb
|
|
|
|
# logs / debugger dumps
|
|
*.log
|
|
cdb_*.txt
|
|
# per-launch forensic breadcrumb (btl4main.cpp) + the launch_report.txt it
|
|
# replaces -- runtime artifacts, one per machine, never committed
|
|
content/lastrun_*.txt
|
|
content/launch_report.txt
|
|
content/volume.cfg
|
|
|
|
# editor / OS
|
|
.vs/
|
|
*.user
|
|
Thumbs.db
|
|
__pycache__/
|
|
dist/
|
|
|
|
# glass-cockpit dev layer: per-developer / per-machine runtime files
|
|
content/bindings.txt
|
|
content/environ.ini
|
|
content/frontend.egg
|
|
content/steam_appid.txt
|
|
content/fe_last.ini
|
|
content/glass_layout.cfg
|
|
glass_layout.cfg
|
|
# local root copies of the player bats (players/ is the source of truth)
|
|
/play_solo.bat
|
|
/joyconfig.bat
|
|
/join.bat
|
|
/join_lan.bat
|
|
/play_steam.bat
|
|
# MP match forensic logs (matchlog.cpp) -- runtime artifacts
|
|
matchlog_*.txt
|
|
|
|
# Operator control-channel secret -- NEVER commit (plaintext shared credential)
|
|
operator_secret.txt
|
|
|
|
# Player field logs: contain Steam IDs, machine names and usernames -- never commit.
|
|
# (bench .sh/.py under scratchpad/night*/ stay committable.)
|
|
scratchpad/night*/*.log
|
|
scratchpad/night*/*.rar
|
|
scratchpad/night*/*.zip
|
|
# tester-authored notes / lastrun dumps carry player handles + machine names
|
|
# (deliberate exceptions: git add -f)
|
|
scratchpad/night*/*notes*.txt
|
|
scratchpad/night*/lastrun*.txt
|
|
|
|
# Bench artifacts in content/ (screenshots, session logs, generated eggs, deployed exe)
|
|
# -- receipts stay on disk, out of `git status`. A new AUTHORED egg: git add -f.
|
|
content/*.png
|
|
content/*.log
|
|
content/matchlog_*.txt
|
|
content/btl4.exe
|
|
content/*.EGG
|
|
|
|
# scratchpad: session working files -- NEVER bulk-add (the 2026-08-13 6a744ef
|
|
# incident: a stray `git add scratchpad` pushed a session handoff carrying the
|
|
# gitea credential). Bench .sh scripts are added INDIVIDUALLY by full path.
|
|
scratchpad/**/*.out
|
|
scratchpad/**/*.exe
|
|
scratchpad/**/*.dll
|
|
scratchpad/**/SESSION_HANDOFF*.md
|
|
scratchpad/**/AGENT_FINDINGS*.md
|
|
scratchpad/**/message*.txt
|