Skip to content

Commit de380e3

Browse files
authored
.gitattributes [V5]
Version 5 of the gitattributes file for this project.
1 parent f8ab2f5 commit de380e3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.gitattributes

+6-7
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,16 @@
5757
*.yaml linguist-documentation=false
5858
*.yaml linguist-language=YAML
5959
# Markdown
60-
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
61-
*.md linguist-detectable=false
60+
*.md linguist-detectable=true
6261
*.md linguist-documentation=false
6362
*.md linguist-language=Markdown
64-
*.mkd linguist-detectable=false
63+
*.mkd linguist-detectable=true
6564
*.mkd linguist-documentation=false
6665
*.mkd linguist-language=Markdown
67-
*.mdown linguist-detectable=false
66+
*.mdown linguist-detectable=true
6867
*.mdown linguist-documentation=false
6968
*.mdown linguist-language=Markdown
70-
*.markdown linguist-detectable=false
69+
*.markdown linguist-detectable=truee
7170
*.markdown linguist-documentation=false
7271
*.markdown linguist-language=Markdown
7372
# Makefile (GNU Make)
@@ -165,6 +164,6 @@
165164

166165
# File info
167166
# File type: gitattributes file (.gitattributes)
168-
# File version: 4 (2022, Tuesday, June 28th at 2:32 pm PST)
169-
# Line count (including blank lines and compiler line): 171
167+
# File version: 5 (2022, Saturday, September 3rd at 3:21 pm PST)
168+
# Line count (including blank lines and compiler line): 170
170169
# End of script

0 commit comments

Comments
 (0)