Skip to content

Commit 2cff7b8

Browse files
authored
.gitattributes [V5]
1 parent f52f95b commit 2cff7b8

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.gitattributes

+10-8
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=true
7170
*.markdown linguist-documentation=false
7271
*.markdown linguist-language=Markdown
7372
# Makefile (GNU Make)
@@ -161,10 +160,13 @@
161160
*.gif linguist-detectable=false
162161
*.gif linguist-documentation=false
163162
*.gif linguist-language=GIF
163+
164164
# End of linguist script
165165

166166
# File info
167-
# 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+
168+
# File type: gitattributes file (*.gitattributes)
169+
# File version: 5 (2024, Saturday, May 25th at 10:55 pm PST)
170+
# Line count (including blank lines and compiler line): 173
171+
170172
# End of script

0 commit comments

Comments
 (0)