Skip to content

Commit 2a7868a

Browse files
hyperpolymathclaude
andcommitted
chore(gitignore): ignore *.backup and *.bak scratch files
Keeps stale backup files (e.g. an in-flight `testing-and-benchmarking/TESTING-TAXONOMY.adoc.backup` snapshot left by an editor) from showing up as untracked noise. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0e209e6 commit 2a7868a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,7 @@ k9-coordination-protocol/tools/k9-init/Cargo.lock
101101
hooks/playbook-to-recipe/Cargo.lock
102102
.verisimdb/ecosystem-ingest/target/
103103
.verisimdb/ecosystem-ingest/Cargo.lock
104+
105+
# Backup/scratch files (never commit)
106+
*.backup
107+
*.bak

0 commit comments

Comments
 (0)