-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitattributes
More file actions
133 lines (133 loc) · 4.65 KB
/
Copy path.gitattributes
File metadata and controls
133 lines (133 loc) · 4.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# Start of script
# .gitattributes
# 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.
# 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
# .gitattributes
# and nothing else, no characters before, no characters after
# Start of linguist script
# HTML
*.htm linguist-detectable=false
*.htm linguist-documentation=false
*.html linguist-detectable=false
*.html linguist-documentation=false
*.mhtm linguist-detectable=false
*.mhtm linguist-documentation=false
*.mhtml linguist-detectable=false
*.mhtml linguist-documentation=false
*.xhtm linguist-detectable=false
*.xhtm linguist-documentation=false
*.xhtml linguist-detectable=false
*.xhtml linguist-documentation=false
# XML
*.xml linguist-detectable=true
*.xml linguist-documentation=false
# This may have been breaking the Linguist, as it was refusing to index anything
# *.tmLanguage linguist-detectable=true
# *.tmLanguage linguist-documentation=false
# Makefile (GNU Make)
*.mk linguist-detectable=false
*.mk linguist-documentation=false
*.mak linguist-detectable=false
*.mak linguist-documentation=false
*.make linguist-detectable=false
*.make linguist-documentation=false
*.makefile linguist-detectable=false
*.makefile linguist-documentation=false
# YAML
*.yml linguist-detectable=true
*.yml linguist-documentation=false
*.yaml linguist-detectable=true
*.yaml linguist-documentation=false
# WebVTT
*.vtt linguist-detectable=false
*.vtt linguist-documentation=false
# SVG
*.svg linguist-detectable=false
*.svg linguist-documentation=false
# JSON
*.json linguist-detectable=false
*.json linguist-documentation=false
# Subtitles (SubRip Text)
*.srt linguist-detectable=false
*.srt linguist-documentation=false
# INI
*.ini linguist-detectable=false
*.ini linguist-documentation=false
# K Desktop config
*.desktop linguist-detectable=false
*.desktop linguist-documentation=false
# WikiText (MediaWiki)
*.wiki linguist-detectable=false
*.wiki linguist-documentation=false
# XML
# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
*.xml linguist-detectable=false
*.xml linguist-documentation=false
*.xspf linguist-detectable=false
*.xspf linguist-documentation=false
# Markdown
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
*.md linguist-detectable=false
*.md linguist-documentation=false
*.mkd linguist-detectable=false
*.mkd linguist-documentation=false
*.mdown linguist-detectable=false
*.mdown linguist-documentation=false
*.markdown linguist-detectable=false
*.markdown linguist-documentation=false
# Python
*.py linguist-detectable=true
*.py linguist-documentation=false
*.pyi linguist-detectable=true
*.pyi linguist-documentation=false
*.pyc linguist-detectable=true
*.pyc linguist-documentation=false
*.pyd linguist-detectable=true
*.pyd linguist-documentation=false
*.pyo linguist-detectable=true
*.pyo linguist-documentation=false
*.pyw linguist-detectable=true
*.pyw linguist-documentation=false
*.pyz linguist-detectable=true
*.pyz linguist-documentation=false
# ROFF
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
*.0 linguist-detectable=false
*.0 linguist-documentation=false
*.1 linguist-detectable=false
*.1 linguist-documentation=false
*.2 linguist-detectable=false
*.2 linguist-documentation=false
*.3 linguist-detectable=false
*.3 linguist-documentation=false
*.roff linguist-detectable=false
*.roff linguist-documentation=false
*.groff linguist-detectable=false
*.groff linguist-documentation=false
# DroppedText
*.dropt linguist-detectable=true
*.dropt linguist-documentation=false
*.droptex linguist-detectable=true
*.droptex linguist-documentation=false
*.droptxt linguist-detectable=true
*.droptxt linguist-documentation=false
*.drotex linguist-detectable=true
*.drotex linguist-documentation=false
*.drotxt linguist-detectable=true
*.drotxt linguist-documentation=false
*.drtxt linguist-detectable=true
*.drtxt linguist-documentation=false
*.dtxt linguist-detectable=true
*.dtxt linguist-documentation=false
*.droppedtext linguist-detectable=true
*.droppedtext linguist-documentation=false
*.droppedtxt linguist-detectable=true
*.droppedtxt linguist-documentation=false
*.droppedtex linguist-detectable=true
*.droppedtex linguist-documentation=false
# End of linguist script
# File info
# File type: gitattributes file (*.gitattributes)
# File version: 3.0 (Sunday, 2022 February 20th at 4:27 pm)
# Line count (including blank lines and compiler line): 134
# End of script