Skip to content

Commit 9336be9

Browse files
authored
V5.gitattributes
V5.gitattributes
1 parent 739c73a commit 9336be9

File tree

1 file changed

+194
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)