-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
87 lines (77 loc) · 1.32 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
# source code
*.mjs text eol=lf
*.cjs text eol=lf
*.css text eol=lf
*.sass text eol=lf
*.scss text eol=lf
*.less text eol=lf
*.styl text eol=lf
*.js text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.jsx text eol=lf
*.coffee text eol=lf
*.json text eol=lf
*.htm text eol=lf
*.html text eol=lf
*.xml text eol=lf
*.svg text eol=lf
*.txt text eol=lf
*.ini text eol=lf
*.inc text eol=lf
*.py text eol=lf
*.sql text eol=lf
*.sh text eol=lf
*.bat text eol=lf
# templates
*.ejs text eol=lf
*.hbt text eol=lf
*.jade text eol=lf
*.haml text eol=lf
*.hbs text eol=lf
*.dot text eol=lf
*.tmpl text eol=lf
*.phtml text eol=lf
# server config
.htaccess text eol=lf
# git config
.gitattributes text eol=lf
.gitignore text eol=lf
.gitconfig text eol=lf
# misc config
*.yaml text eol=lf
*.yml text eol=lf
.editorconfig text eol=lf
# build config
*.npmignore text eol=lf
*.bowerrc text eol=lf
# Heroku
Procfile text eol=lf
.slugignore text eol=lf
# Documentation
*.md text eol=lf
LICENSE text eol=lf
AUTHORS text eol=lf
#
## These files are binary and should be left untouched
#
# (binary is a macro for -text -diff)
*.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
*.pyc binary
*.pdf binary