Skip to content

Commit 9b25f66

Browse files
authored
V14.gitattributes
An archive of the 14th version of the gitattributes file for this project.
1 parent 81b6a99 commit 9b25f66

File tree

1 file changed

+178
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)