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 b81cc79

Browse files
V5.gitattributes
1 parent 5bcb06b commit b81cc79

File tree

1 file changed

+172
-0
lines changed

1 file changed

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

0 commit comments

Comments
(0)

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