-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitattributes
More file actions
169 lines (154 loc) · 3.05 KB
/
.gitattributes
File metadata and controls
169 lines (154 loc) · 3.05 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
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
* text eol=crlf eol=crlf
## SOURCE CODE
*.bat text eol=crlf
*.coffee text eol=crlf
*.css text eol=crlf
*.htm text eol=crlf
*.html text eol=crlf
*.inc text eol=crlf
*.ini text eol=crlf
*.js text eol=crlf
*.java text eol=crlf
*.jsx text eol=crlf
*.json text eol=crlf
*.less text eol=crlf
*.php text eol=crlf
*.pl text eol=crlf
*.py text eol=crlf
*.rb text eol=crlf
*.sass text eol=crlf
*.scm text eol=crlf
*.scss text eol=crlf
*.sh text eol=lf
*.sql text eol=crlf
*.styl text eol=crlf
*.ts text eol=crlf
*.xml text eol=crlf
*.xhtml text eol=crlf
## DOCUMENTATION
*.markdown text eol=crlf
*.md text eol=crlf
*.mdwn text eol=crlf
*.mdown text eol=crlf
*.mkd text eol=crlf
*.mkdn text eol=crlf
*.mdtxt text eol=crlf
*.mdtext eol=crlf text eol=crlf
*.txt text eol=crlf
AUTHORS text eol=crlf
CHANGELOG text eol=crlf
CHANGES text eol=crlf
CONTRIBUTING text eol=crlf
COPYING text eol=crlf
INSTALL text eol=crlf
license text eol=crlf
LICENSE text eol=crlf
NEWS text eol=crlf
readme text eol=crlf
*README* text eol=crlf
TODO text eol=crlf
## TEMPLATES
*.dot text eol=crlf
*.ejs text eol=crlf
*.haml text eol=crlf
*.handlebars text eol=crlf
*.hbs text eol=crlf
*.hbt text eol=crlf
*.jade text eol=crlf
*.latte text eol=crlf
*.mustache text eol=crlf
*.phtml text eol=crlf
*.tmpl text eol=crlf
## LINTERS
.csslintrc text eol=crlf
.eslintrc text eol=crlf
.jscsrc text eol=crlf
.jshintrc text eol=crlf
.jshintignore text eol=crlf
.stylelintrc text eol=crlf
## CONFIGS
*.bowerrc text eol=crlf
*.cnf text eol=crlf
*.conf text eol=crlf
*.config text eol=crlf
.editorconfig text eol=crlf
.gitattributes text eol=crlf
.gitconfig text eol=crlf
.gitignore text eol=crlf
.htaccess text eol=crlf
*.npmignore text eol=crlf
*.yaml text eol=crlf
*.yml text eol=crlf
Makefile text eol=crlf
makefile text eol=crlf
## HEROKU
Procfile text eol=crlf
.slugignore text eol=crlf
## GRAPHICS
*.ai binary
*.bmp binary
*.eps binary
*.gif binary
*.ico binary
*.jng binary
*.jp2 binary
*.jpg binary
*.jpeg binary
*.jpx binary
*.jxr binary
*.pdf binary
*.png binary
*.psb binary
*.psd binary
*.svg text eol=crlf
*.svgz binary
*.tif binary
*.tiff binary
*.wbmp binary
*.webp binary
## AUDIO
*.kar binary
*.m4a binary
*.mid binary
*.midi binary
*.mp3 binary
*.ogg binary
*.ra binary
## VIDEO
*.3gpp binary
*.3gp binary
*.as binary
*.asf binary
*.asx binary
*.fla binary
*.flv binary
*.m4v binary
*.mng binary
*.mov binary
*.mp4 binary
*.mpeg binary
*.mpg binary
*.swc binary
*.swf binary
*.webm binary
## MS Office
*.xlsx binary
*.xls binary
## ARCHIVES
*.7z binary
*.gz binary
*.rar binary
*.tar binary
*.zip binary
*.jar binary
## FONTS
*.ttf binary
*.eot binary
*.otf binary
*.woff binary
*.woff2 binary
## EXECUTABLES
*.exe binary
*.pyc binary
# JASPER
*.jasper binary