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).
This commit is contained in:
Markus Graf
2025-11-11 11:28:02 +01:00
parent e9938aa4a5
commit 5cec0682b0
+3
View File
@@ -0,0 +1,3 @@
# Do not consider Markdown files documentation anymore for
# the Documentation!
src/**/*.md -linguist-documentation