-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
53 lines (49 loc) · 972 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
* text=auto eol=lf
*.conf eol=lf
*.css eol=lf
*.dist eol=lf
*.html eol=lf diff=html
*.js eol=lf
*.json eol=lf
*.lock eol=lf
*.php eol=lf diff=php
*.sh eol=lf
*.sql eol=lf
*.xml eol=lf
*.yml eol=lf
*.docx binary
*.docx binary
*.dot binary
*.eot binary
*.gif binary
*.ico binary
*.jar binary
*.jpg binary
*.otf binary
*.phar binary
*.png binary
*.ttf binary
*.ttf binary
*.woff binary
*.xls binary
*.zip binary
.dockerignore export-ignore
.envrc export-ignore
.gitattributes export-ignore
.github/ export-ignore
.gitignore export-ignore
.gitmessage export-ignore
.php_cs.dist export-ignore
.travis.yml export-ignore
CHANGELOG.md export-ignore
codeception.yml export-ignore
docker-compose.yml export-ignore
docker/ export-ignore
docs/ export-ignore
example/ export-ignore
LICENSE.md export-ignore
phpunit.xml export-ignore
README.md export-ignore
tests/ export-ignore
* linguist-vendored
/src/**/* linguist-vendored=false