Skip to content

Commit 6f01b97

Browse files
authored
Create V5.gitattributes
1 parent 68335a2 commit 6f01b97

File tree

1 file changed

+186
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)