Skip to content

Commit ff88a60

Browse files
tsafinclaude
andcommitted
chore: ignore root-level *.md and *.txt files (except README.md)
Prevent accidental commits of documentation/analysis files that should remain local working notes, not tracked in git. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 171bb43 commit ff88a60

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ __pycache__/
6969
*.deb
7070
*.rpm
7171

72+
# Root-level documentation and text files (except README.md)
73+
/*.md
74+
!README.md
75+
/*.txt
76+
7277
# Rust build artifacts
7378
# Note: Cargo target directory should be in CMAKE_BINARY_DIR (e.g., build/rust/)
7479
# NOT in the source tree. Ignore any in-source target/ directories.

0 commit comments

Comments
 (0)