mirror of
https://github.com/wiltodelta/remove-ai-watermarks.git
synced 2026-08-19 12:07:13 +02:00
Ignore other harnesses' generated config before it appears
These directories are empty today, so git shows nothing and the gap is invisible. The moment the sync writes into one, a routine running git add -A commits another harness's generated config, and the harness audit then fails after the fact rather than before it. Paths are the canonical untrackedConsumerPaths list, anchored to the repo root so a same-named source file deeper in the tree is not caught. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
14a27d224d
commit
370556ffe6
@@ -48,3 +48,12 @@ gfpgan/
|
||||
|
||||
# Local evaluation data
|
||||
.local-eval/
|
||||
|
||||
# Other harnesses' generated config. Claude's sync owns these; a committed copy
|
||||
# is a second source nobody reconciles. Anchored so a same-named source file
|
||||
# deeper in the tree is not caught.
|
||||
/.agents/
|
||||
/.codex/
|
||||
/.opencode/
|
||||
/opencode.json
|
||||
/opencode.jsonc
|
||||
|
||||
Reference in New Issue
Block a user