chore(gitignore): track CHANGELOG.md explicitly

The blanket *.md ignore was hiding CHANGELOG.md, forcing 'git add -f' on
every update. Allow-list it so the file lives under normal git tracking.
CLAUDE.md stays local (user keeps it personal until a dedicated repo).
This commit is contained in:
2026-05-18 15:39:04 +02:00
parent 7bc50fd5b8
commit 774f71c8cc
+2 -1
View File
@@ -71,7 +71,8 @@ logs/*
# Documentation folder
docs/
# .md files
# .md files (project-level Markdown is brol-y; allow-list the ones we track)
*.md
!CHANGELOG.md
#