chore: Ignore documentation and report markdown files
Added docs/ directory and all .md files (except README.md) to .gitignore to prevent internal deployment logs, security notes, and test reports from being committed to the repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
55fd2be9e5
commit
c8793bb910
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -65,3 +65,4 @@ scripts/test-*.py
|
||||||
# Documentation/reports (except README.md)
|
# Documentation/reports (except README.md)
|
||||||
*.md
|
*.md
|
||||||
!README.md
|
!README.md
|
||||||
|
docs/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue