-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
72 lines (70 loc) · 1.56 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
# DEFAULT RULE:
# - handle line endings automatically for files detected as text
# - handle all files detected as binary untouched
* text=auto
# TEXT (convert crlf => lf)
*.css text
*.htm text
*.html text
*.sass text
*.scss text
*.js text
*.json text
*.jsp text
*.jspf text
*.java text
*.properties text
*.yaml text
*.sh text
*.svg text
*.txt text
*.xml text
*.sql text
*.bat text
*.tmpl text
.htaccess text
.gitattributes text
.gitignore text
.gitconfig text
.jshintrc text
.jscsrc text
.jshintignore text
.csslintrc text
.editorconfig text
*.npmignore text
*.bowerrc text
*.md text
LICENSE text
AUTHORS text
# BINARY (untouched)
*.class binary
*.dll binary
*.ear binary
*.gif binary
*.ico binary
*.jar binary
*.jpg binary
*.jpeg binary
*.png binary
*.war binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.flv binary
*.fla binary
*.swf binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
*.eot binary
*.woff binary
*.woff2 binary
*.pdf binary
*.xls binary
*.doc binary