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
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -70,3 +70,11 @@ coverage/
|
|||
|
||||
# AI Assistant metadata
|
||||
.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