Add documentation files to gitignore
- Ignore all .md files except README.md - Prevent future commits of temporary documentation files
This commit is contained in:
parent
6909cef217
commit
4b4c9d1bc7
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -69,4 +69,12 @@ coverage/
|
||||||
*.lcov
|
*.lcov
|
||||||
|
|
||||||
# AI Assistant metadata
|
# AI Assistant metadata
|
||||||
.serena/
|
.serena/
|
||||||
|
|
||||||
|
# Documentation files (keep only README.md)
|
||||||
|
CHANGES.md
|
||||||
|
CLAUDE.md
|
||||||
|
DEPLOYMENT.md
|
||||||
|
NEXT-STEPS.md
|
||||||
|
*.md
|
||||||
|
!README.md
|
Loading…
Reference in a new issue