-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes_global
218 lines (218 loc) Β· 4.29 KB
/
.gitattributes_global
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
.editorconfig text
.env text
.gitattributes text
.gitconfig text
.htaccess text
.husky/* text eol=lf
.prettierrc text
.vscode/*.json linguist-language=JSON-with-Comments
*.[Rr]md linguist-detectable
*.3gp binary
*.3gpp binary
*.7z binary
*.adoc text
*.ai binary
*.as binary
*.asf binary
*.asx binary
*.avi binary
*.bash text eol=lf
*.bat text eol=crlf
*.vbs text eol=crlf
*.ahk text eol=crlf
*.bibtex text diff=bibtex
*.bmp binary
*.cdxml text eol=crlf
*.cjs text
*.cmd text eol=crlf
*.cnf text
*.coffee text
*.conf text
*.config text
*.css text diff=css
*.csv text eol=crlf
*.db diff=sqlite3
*.dll binary
*.doc diff=astextplain
*.docx diff=astextplain
*.dot diff=astextplain
*.ejs text
*.eot binary
*.eps binary
*.epub diff=astextplain
*.erb text
*.exe binary
*.fish text eol=lf
*.fla binary
*.flv binary
*.gif binary
*.gifv binary
*.gz binary
*.haml text
*.handlebars text
*.hbs text
*.hbt text
*.hcl eol=lf
*.htm text diff=html
*.html text diff=html
*.ico binary
*.inc text
*.ini text
*.ipynb text eol=lf
*.jade text
*.jar binary
*.jng binary
*.jp2 binary
*.jpeg binary
*.jpg binary
*.jpx binary
*.js text
*.json text
*.jsx text
*.jxr binary
*.kar binary
*.ksh text eol=lf
*.latte text
*.less text
*.lock text -diff
*.ls text
*.lua text
*.nu text
*.m4a binary
*.m4v binary
*.map text -diff
*.markdown text diff=markdown
*.md text diff=markdown
*.mdb binary
*.mdown text diff=markdown
*.mdtext text
*.mdtxt text
*.mdwn text diff=markdown
*.mdx text diff=markdown
*.mid binary
*.midi binary
*.mjs text
*.mkd text diff=markdown
*.mkdn text diff=markdown
*.mng binary
*.mov binary
*.mp3 binary
*.mp4 binary
*.mpeg binary
*.mpg binary
*.mustache text
*.njk text
*.od text
*.ogg binary
*.ogv binary
*.onlydata text
*.otf binary
*.p binary
*.pdb binary
*.pdf diff=astextplain
*.php text diff=php
*.phtml text
*.pickle binary
*.pkl binary
*.pl text
*.png binary
*.ps1 text eol=crlf
*.ps1x text eol=crlf
*.ps1xml text eol=crlf
*.psb binary
*.psd binary
*.psd1 text eol=crlf
*.psm1 text eol=crlf
*.psrc text eol=crlf
*.pssc text eol=crlf
*.pxd text diff=python
*.py text diff=python
*.py3 text diff=python
*.pyc binary export-ignore
*.pyd binary
*.pyi text diff=python
*.pyo binary export-ignore
*.pyw text diff=python
*.pyx text diff=python
*.pyz text diff=python
*.R text
*.ra binary
*.rar binary
*.rb text diff=ruby
*.Rd text
*.rda binary
*.Rdata binary
*.rdb binary
*.rds binary
*.Rdx binary
*.Rmd text
*.Rproj text
*.rs text diff=rust
*.rtf diff=astextplain
*.sass text
*.scm text
*.scss text diff=css
*.sh text eol=lf
*.so binary
*.sql text
*.styl text
*.svelte text
*.svg text
*.svgz binary
*.swc binary
*.swf binary
*.tab text
*.tag text
*.tar binary
*.tex text diff=tex
*.textile text
*.tf text eol=lf
*.tf.json text eol=lf
*.tfvars text eol=lf
*.tif binary
*.tiff binary
*.tmpl text
*.toml text diff=toml
*.tpl text
*.ts text
*.tsv text
*.tsx text
*.ttf binary
*.twig text
*.txt text
*.vue text
*.wbmp binary
*.webm binary
*.webp binary
*.woff binary
*.woff2 binary
*.xhtml text diff=html
*.xml text
*.yaml text
*.yml text
*.zip binary
*.zsh text eol=lf
*COPYRIGHT* text
*README* text
AUTHORS text
browserslist text
Cargo.lock text
CHANGELOG text
CHANGES text
CONTRIBUTING text
COPYING text
copyright text
Dockerfile text
INSTALL text
license text
Makefile text
NEWS text
package-lock.json text eol=lf -diff
package.json text eol=lf
pnpm-lock.yaml text eol=lf -diff
Procfile text
readme text
TODO text
tsconfig.json linguist-language=JSON-with-Comments
Vagrantfile text eol=lf
yarn.lock text -diff