Skip to content

Commit 740f0f7

Browse files
authored
Create .gitattributes
1 parent 2d9221f commit 740f0f7

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Start of script
2+
# .gitattributes
3+
# This file defines what languages can show up in the GitHub linguist menu (the menu that tells you what percentage each language is using up on this project.
4+
# Some non-programming languages must be included manually with this file. Want to create your own? Do something similar to what is done here, and name the file
5+
# .gitattributes
6+
# and nothing else, no characters before, no characters after
7+
# Start of linguist script
8+
# HTML (Duplicate, as it is already detected by GitHub Linguist by default)
9+
*.htm linguist-detectable=true
10+
*.htm linguist-documentation=false
11+
*.html linguist-detectable=true
12+
*.html linguist-documentation=false
13+
# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
14+
*.yml linguist-detectable=false
15+
*.yml linguist-documentation=false
16+
*.yaml linguist-detectable=false
17+
*.yaml linguist-documentation=false
18+
# Markdown
19+
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
20+
*.md linguist-detectable=false
21+
*.md linguist-documentation=false
22+
# Makefile (GNU Make)
23+
# Do not include, as it is not needed to be shown
24+
*.mk linguist-detectable=false
25+
*.mk linguist-documentation=false
26+
# End of linguist script
27+
# File info
28+
# File type: .gitattributes file
29+
# File version: 1 (Saturday, 2021 August 21st at 4:18 pm)
30+
# Line count (including blank lines and compiler line): 32
31+
# End of script

0 commit comments

Comments
 (0)