Files
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

3 lines
115 B
Plaintext

# Do not consider Markdown files documentation anymore for
# the Documentation!
src/**/*.md -linguist-documentation