Commit Graph
1 Commits
Author SHA1 Message Date
Markus Graf 5cec0682b0 feat: exclude markdown files in src/ from linguist documentation
Add .gitattributes file to explicitly mark markdown files in the
src/ directory as non-documentation. This prevents GitHub Linguist
from treating them as project documentation, which is useful when
markdown files in src/ are used for other purposes (e.g., code
comments, templates, or non-user-facing content).
2025-11-11 11:28:02 +01:00