Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1603506

Browse files
V5.gitattributes
An archive of the 5th version of the gitattributes file for this project.
1 parent 7cd91af commit 1603506

File tree

1 file changed

+174
-0
lines changed

1 file changed

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /