Skip to content

Commit d0ca574

Browse files
authored
V3.gitattributes
An archive of the 3rd version of the gitattributes file for this project.
1 parent 0e939fd commit d0ca574

File tree

1 file changed

+180
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)