-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitattributes
87 lines (65 loc) · 917 Bytes
/
.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
## default CRLF => LF, LF => LF
* text=auto
## filters
* filter=tabspace
## CRLF => LF, LF => LF
# source
*.css text
*.sass text
*.scss text
*.less text
*.styl text
*.js text
*.coffee text
*.json text
*.htm text
*.html text
*.xml text
*.svg text
*.txt text
*.ini text
*.sh text
*.jade text
*.haml text
*.dot text
*.tmpl text
*.phtml text
*.ejs text
*.hbt text
.htaccess text
.gitattributes text
.jshintrc text
.jscsrc text
.jshintignore text
.coffeelintrc text
.csslintrc text
*.yaml text
*.yml text
.editorconfig text
*.npmignore text
*.bowerrc text
Procfile text
.slugignore text
*.md text
LICENSE text
AUTHORS text
CHANGELOG text
*.py text
## CRLF => CRLF, LF => LF
.gitignore binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
*.eot binary
*.woff binary
*.pyc binary
*.pdf binary