Skip to content

Commit 64d0721

Browse files
authored
V3.gitattributes
An archive of the 3rd version of the gitattributes file for this project.
1 parent f3542d5 commit 64d0721

File tree

1 file changed

+182
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)