gitignore: never commit player field logs (Steam IDs / machine names / usernames)
Field logs have been kept out by hand until now -- nothing enforced it, so a stray 'git add -A' would have published player Steam IDs and machine names. Ignore *.log/*.rar/*.zip under scratchpad/night*/ while leaving the bench scripts in those directories committable, which is the existing convention. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
5a1a407ed1
commit
9623399ec4
@@ -43,3 +43,9 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user