gitignore: scratchpad landmine patterns (session handoffs, agent dumps, run outputs, binaries) -- the 6a744ef near-miss: a stray bulk git add pushed a handoff file carrying the gitea credential; history force-rewritten same minute (5cde991), server-side the orphan lingers until gc -- credential rotation recommended regardless
This commit is contained in:
+10
@@ -61,3 +61,13 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user