-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
.gitattributes
executable file
·47 lines (43 loc) · 1.1 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
* binary
*.eot binary
*.gif binary
*.ico binary
*.jpg binary
*.otf binary
*.png binary
*.swf binary
*.ttf binary
*.woff binary
*.woff2 binary
*.ai eol=crlf -whitespace
*.bat -binary text eol=crlf
*.conf -binary text eol=lf
*.css -binary text eol=lf -whitespace
*.html -binary text eol=lf
*.ini -binary text eol=lf
*.js -binary text -whitespace
*.json -binary text eol=lf
*.less -binary text eol=lf
*.md -binary text eol=lf conflict-marker-size=100
*.php -binary text eol=lf
*.sh -binary text eol=lf
*.sql -binary text eol=lf
*.svg -binary text eol=lf
*.tpl -binary text eol=lf -whitespace
*.tsv -binary text eol=lf -whitespace
*.txt -binary text eol=lf conflict-marker-size=100
*.vcproj -binary text eol=crlf
*.xml -binary text eol=lf
*.yml -binary text eol=lf
*.yml.dist -binary text eol=lf
libs/* -whitespace
Changelog -binary text eol=lf
.gitignore -binary text
.gitattributes -binary text
.gitmodules -binary text
composer.lock -binary text
# Docker specific
.dockerignore -binary text
docker -binary text
Dockerfile -binary text
.mytop -binary text