-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy path.gitattributes
87 lines (82 loc) · 1.69 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
# Set default behaviour to automatically normalize line endings.
* text eol=lf
# Handle binary files.
*.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
*.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
# Items to ignore when downloading a zip
/.* export-ignore
bin export-ignore
CODE_OF_CONDUCT.md export-ignore
CHANGELOG.md export-ignore
composer.* export-ignore
Gruntfile.js export-ignore
package.json export-ignore
package-lock.json export-ignore
.phpcs.xml.dist export-ignore
phpunit.* export-ignore
README.md export-ignore
tests export-ignore
renovate.json export-ignore
.browserslistrc export-ignore
.distignore export-ignore
.editorconfig export-ignore
.eslintignore export-ignore
.eslintrc.js export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.jshintrc export-ignore
.phpcs.xml.dist export-ignore
.prettierrc.js export-ignore
.scrutinizer.yml export-ignore
.stylelintignore export-ignore
.stylelintrc.json export-ignore
.travis.yml export-ignore
apigen.neon export-ignore
composer.json export-ignore
Gruntfile.js export-ignore
gulpfile.js export-ignore
labels.json export-ignore
package.json export-ignore
phpci.yml export-ignore
phpunit.xml export-ignore
postcss.config.js export-ignore
readme.txt export-ignore
/bin/ export-ignore
/tests/ export-ignore
/tasks/ export-ignore
/assets/js/src/ export-ignore
/assets/sass/ export-ignore