mirror of
https://github.com/iyear/tdl
synced 2025-01-08 11:57:55 +08:00
chore(.gitattr): include Markdown in GitHub stats
This commit is contained in:
parent
9b49746f10
commit
16efff8309
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -1,3 +1,9 @@
|
|||||||
* text=auto eol=lf
|
* text=auto eol=lf
|
||||||
|
|
||||||
*.{png,jpg,jpeg,gif,webp,woff,woff2} binary
|
*.{png,jpg,jpeg,gif,webp,woff,woff2} binary
|
||||||
|
|
||||||
|
# https://joshuatz.com/posts/2019/how-to-get-github-to-recognize-a-pure-markdown-repo/
|
||||||
|
*.md linguist-vendored=false
|
||||||
|
*.md linguist-generated=false
|
||||||
|
*.md linguist-documentation=false
|
||||||
|
*.md linguist-detectable=true
|
||||||
|
Loading…
Reference in New Issue
Block a user