-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitattributes
More file actions
61 lines (56 loc) · 1.29 KB
/
.gitattributes
File metadata and controls
61 lines (56 loc) · 1.29 KB
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
# 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
# Items to ignore when downloading a zip
.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.* export-ignore
Gruntfile.js export-ignore
gulpfile.js export-ignore
labels.json export-ignore
package.json export-ignore
package-lock.json export-ignore
phpci.yml export-ignore
phpunit.xml export-ignore
postcss.config.js export-ignore
CODE_OF_CONDUCT.md export-ignore
CHANGELOG.md export-ignore
README.md export-ignore
/bin/ export-ignore
/tests/ export-ignore
/tasks/ export-ignore
/assets/scripts/src/ export-ignore
/assets/styles/sass/ export-ignore
/assets/styles/*.css.map export-ignore