-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitattributes
49 lines (45 loc) · 887 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
* 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
/.chglog export-ignore
/.envrc export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/.gitmessage export-ignore
/.idea export-ignore
/.travis.yml export-ignore
/CHANGELOG.md export-ignore
/code-quality/ export-ignore
/LICENSE.md export-ignore
/monorepo/ export-ignore
/phpunit.xml export-ignore
/README.md export-ignore
* linguist-vendored
/packages/*/src/**/* linguist-vendored=false