-
Notifications
You must be signed in to change notification settings - Fork 23
/
.gitattributes
215 lines (211 loc) · 6.26 KB
/
.gitattributes
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
# Automatically handle line endings for text files
# Leave all files detected as binary untouched
# This handles all files NOT found below
* text=auto
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.3gp binary
*.3gpp binary
*.7z binary
*.ai binary
*.as binary
*.asf binary
*.asx binary
*.bmp binary
*.db binary
*.eot binary
*.eps binary
*.exe binary
*.fla binary
*.flv binary
*.gif binary
*.gz binary
*.ico binary
*.jar binary
*.jng binary
*.jp2 binary
*.jpeg binary
*.jpg binary
*.jpx binary
*.jxr binary
*.kar binary
*.m4a binary
*.m4v binary
*.mid binary
*.midi binary
*.mng binary
*.mov binary
*.mp3 binary
*.mp4 binary
*.mpeg binary
*.mpg binary
*.node binary
*.o binary
*.ogg binary
*.ogv binary
*.otf binary
*.p binary
*.pdf binary
*.phar binary
*.pkl binary
*.png binary
*.psb binary
*.psd binary
*.pyc binary
*.pyd binary
*.pyo binary
*.ra binary
*.rar binary
*.svgz binary
*.swc binary
*.swf binary
*.tar binary
*.tif binary
*.tiff binary
*.ttf binary
*.wbmp binary
*.webm binary
*.webp binary
*.woff binary
*.woff2 binary
*.xz binary
*.zip binary
# crlf = Windows
# lf = Linux/Unix/macOS 10+
# These files are text and should be normalized (Convert crlf => lf)
*.bat text eol=crlf
*.bnf text
*.bowerrc text
*.bsd text
*.c text
*.cc text
*.cnf text
*.coffee text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.conf text
*.config text
*.css text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.csv text
*.d text
*.def text
*.df text
*.dockerignore text
*.dot text
*.dts text
*.ejs text
*.el text
*.engine text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.gnu text
*.gyp text
*.gypi text
*.h text
*.haml text
*.handlebars text
*.hbs text
*.hbt text
*.htm text
*.html text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=html
*.in text
*.inc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.info text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.ini text
*.install text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.jade text
*.js text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.json text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.jst text
*.jsx text
*.latte text
*.less text
*.log text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.lock text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.ls text
*.map text
*.markdown text
*.md text
*.mdown text
*.mdtxt text
*.mdwn text
*.mit text
*.mk text
*.mkd text
*.mkdn text
*.module text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.mount text
*.mustache text
*.njk text
*.npmignore text
*.od text
*.opts text
*.patch text
*.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.phtml text
*.pl text
*.po text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.pxd text
*.py text
*.py3 text
*.pyw text
*.pyx text
*.rb text
*.sass text
*.scm text
*.script text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.scss text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.sh text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.sql text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.styl text
*.svg text
*.tag text
*.tagx text
*.tap text
*.targ text
*.test text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.theme text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.tld text
*.tmpl text
*.tpl text
*.trc text
*.ts text
*.tsx text
*.twig text
*.txt text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.xhtml text
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.yaml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*COPYRIGHT* text
*README* text
.babelrc text
.browserslistrc text
.csslintrc text
.editorconfig text
.eslintignore text
.eslintrc text
.gitattributes text
.gitconfig text
.gitignore text
.gitmodules text
.htaccess text
.htmlhintrc text
.jscsrc text
.jshintignore text
.jshintrc text
.slugignore text
.stylelintrc text
AUTHORS text
CHANGELOG text
CHANGES text
CONTRIBUTING text
COPYING text
Dockerfile text
INSTALL text
LICENSE text
Makefile text
NEWS text
Procfile text
TODO text
browserslist text
copyright text
license text
makefile text
readme text