Skip to content

Commit a2f2086

Browse files
authored
.gitattributes [V2]
Version 2 of the gitattributes file for this project.
1 parent de6a1f5 commit a2f2086

File tree

1 file changed

+179
-0
lines changed

1 file changed

+179
-0
lines changed

.gitattributes

Lines changed: 179 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
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 (HyperText Markup Language) document
9+
*.htm linguist-detectable=true
10+
*.htm linguist-documentation=false
11+
*.htm linguist-language=HTML
12+
*.html linguist-detectable=true
13+
*.html linguist-documentation=false
14+
*.html linguist-language=HTML
15+
*.mhtm linguist-detectable=true
16+
*.mhtm linguist-documentation=false
17+
*.mhtm linguist-language=HTML
18+
*.mhtml linguist-detectable=true
19+
*.mhtml linguist-documentation=false
20+
*.mhtml linguist-language=HTML
21+
*.xhtm linguist-detectable=true
22+
*.xhtm linguist-documentation=false
23+
*.xhtm linguist-language=HTML
24+
*.xhtml linguist-detectable=true
25+
*.xhtml linguist-documentation=false
26+
*.xhtml linguist-language=HTML
27+
# HTA (HTML Application) file
28+
*.hta linguist-detectable=true
29+
*.hta linguist-documentation=false
30+
*.hta linguist-language=HTML
31+
# CSS (Cascade Styling Sheets) stylesheet file
32+
*.css linguist-detectable=true
33+
*.css linguist-documentation=false
34+
*.css linguist-language=CSS
35+
# BitBake source file
36+
*.bb linguist-detectable=true
37+
*.bb linguist-documentation=false
38+
*.bb linguist-language=BitBake
39+
# JSON (JavaScript Object Notation) source file
40+
*.json linguist-detectable=false
41+
*.json linguist-documentation=false
42+
*.json linguist-language=JSON
43+
# YAML (YAML Ain't Markup Language) document
44+
# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
45+
*.yml linguist-detectable=false
46+
*.yml linguist-documentation=false
47+
*.yml linguist-language=YAML
48+
*.yaml linguist-detectable=false
49+
*.yaml linguist-documentation=false
50+
*.yaml linguist-language=YAML
51+
# Markdown
52+
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
53+
*.md linguist-detectable=false
54+
*.md linguist-documentation=false
55+
*.md linguist-language=Markdown
56+
*.mkd linguist-detectable=false
57+
*.mkd linguist-documentation=false
58+
*.mkd linguist-language=Markdown
59+
*.mdown linguist-detectable=false
60+
*.mdown linguist-documentation=false
61+
*.mdown linguist-language=Markdown
62+
*.markdown linguist-detectable=false
63+
*.markdown linguist-documentation=false
64+
*.markdown linguist-language=Markdown
65+
# Makefile (GNU Make)
66+
# Do not include, as it is not needed to be shown
67+
*.mk linguist-detectable=false
68+
*.mk linguist-documentation=false
69+
*.mk linguist-language=Makefile
70+
*.mak linguist-detectable=false
71+
*.mak linguist-documentation=false
72+
*.mak linguist-language=Makefile
73+
*.make linguist-detectable=false
74+
*.make linguist-documentation=false
75+
*.make linguist-language=Makefile
76+
*.makefile linguist-detectable=false
77+
*.makefile linguist-documentation=false
78+
*.makefile linguist-language=Makefile
79+
# SVG (Scalable Vector Graphics) image file
80+
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
81+
*.svg linguist-detectable=false
82+
*.svg linguist-documentation=false
83+
*.svg linguist-language=SVG
84+
# Git Configuration files
85+
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
86+
*.gitattributes linguist-detectable=false
87+
*.gitattributes linguist-documentation=false
88+
*.gitignore linguist-detectable=false
89+
*.gitignore linguist-documentation=false
90+
*.editorconfig linguist-detectable=false
91+
*.editorconfig linguist-documentation=false
92+
# Plain Text document
93+
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
94+
*.txt linguist-detectable=false
95+
*.txt linguist-documentation=false
96+
*.txt linguist-language=Plain-Text
97+
# ReStructuredText
98+
*.rst linguist-detectable=false
99+
*.rst linguist-documentation=false
100+
*.rst linguist-language=ReStructured-Text
101+
# WikiText
102+
*.wiki linguist-detectable=false
103+
*.wiki linguist-documentation=false
104+
*.wiki linguist-language=WikiText
105+
# BibTeX
106+
*.bib linguist-detectable=false
107+
*.bib linguist-documentation=false
108+
*.bib linguist-language=BibTeX
109+
# TeX
110+
*.tex linguist-detectable=false
111+
*.tex linguist-documentation=false
112+
*.tex linguist-language=TeX
113+
# Desktop entry
114+
*.desktop linguist-detectable=false
115+
*.desktop linguist-documentation=false
116+
*.desktop linguist-language=desktop
117+
# INI/CFG
118+
*.ini linguist-detectable=false
119+
*.ini linguist-documentation=false
120+
*.ini linguist-language=INI
121+
*.cfg linguist-detectable=false
122+
*.cfg linguist-documentation=false
123+
*.cfg linguist-language=INI
124+
# CFF
125+
*.cff linguist-detectable=false
126+
*.cff linguist-documentation=false
127+
*.cff linguist-language=Citation-File-Format
128+
# PNG/PNS
129+
*.png linguist-detectable=false
130+
*.png linguist-documentation=false
131+
*.png linguist-language=PNG
132+
*.pns linguist-detectable=false
133+
*.pns linguist-documentation=false
134+
*.pns linguist-language=PNG
135+
# JPG/JPEG/JFIF/JIF
136+
*.jpg linguist-detectable=false
137+
*.jpg linguist-documentation=false
138+
*.jpg linguist-language=JPEG
139+
*.jpeg linguist-detectable=false
140+
*.jpeg linguist-documentation=false
141+
*.jpeg linguist-language=JPEG
142+
*.jfif linguist-detectable=false
143+
*.jfif linguist-documentation=false
144+
*.jfif linguist-language=JPEG
145+
*.jif linguist-detectable=false
146+
*.jif linguist-documentation=false
147+
*.jif linguist-language=JPEG
148+
# JP2 (JPEG 2000)
149+
*.jp2 linguist-detectable=false
150+
*.jp2 linguist-documentation=false
151+
*.jp2 linguist-language=JPEG-2000
152+
# GIF
153+
*.gif linguist-detectable=false
154+
*.gif linguist-documentation=false
155+
*.gif linguist-language=GIF
156+
# Roff
157+
# Does not need to be discluded
158+
# *.0 linguist-detectable=false
159+
# *.0 linguist-documentation=false
160+
# *.0 linguist-language=Roff
161+
# *.1 linguist-detectable=false
162+
# *.1 linguist-documentation=false
163+
# *.1 linguist-language=Roff
164+
# *.2 linguist-detectable=false
165+
# *.2 linguist-documentation=false
166+
# *.2 linguist-language=Roff
167+
# *.3 linguist-detectable=false
168+
# *.3 linguist-documentation=false
169+
# *.3 linguist-language=Roff
170+
# *.roff linguist-detectable=false
171+
# *.roff linguist-documentation=false
172+
# *.roff linguist-language=Roff
173+
# End of linguist script
174+
175+
# File info
176+
# File type: gitattributes file (.gitattributes)
177+
# File version: 2 (2022, Tuesday, August 30th at 2:34 pm PST)
178+
# Line count (including blank lines and compiler line): 180
179+
# End of script

0 commit comments

Comments
 (0)