-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
38 lines (28 loc) · 950 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
################################################################################
################################################################################
################################################################################
* text eol=lf
*.png binary
*.jpg binary
*.gif binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary
################################################################################
css/* linguist-generated=true
*.mo linguist-generated=true
################################################################################
# Files to exclude when creating archive
/.git export-ignore
/.gitignore export-ignore
/.gitattributes export-ignore
/.editorconfig export-ignore
/.stylelintrc.json export-ignore
/.travis.yml export-ignore
/gulp.config.json export-ignore
/gulpfile.js export-ignore
/package.json export-ignore
/yarn.lock export-ignore
/.vscode export-ignore
/stylesheets export-ignore