Create .gitattributes

Enable markdown detection.
This commit is contained in:
NintenHero 2024-08-19 09:20:17 -05:00 committed by GitHub
parent a883ae7c57
commit 40b04585f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
*.md linguist-detectable=true
*.md linguist-documentation=false