-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitattributes
34 lines (32 loc) · 905 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
##
# Exclude from release archives.
#
# Here we add resources that are needed for development
# purposes, but not for actual live deployments.
##
/.editorconfig export-ignore
/.eslintignore export-ignore
/.eslintrc export-ignore
/.git export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.stylelintrc export-ignore
/.stylelintignore export-ignore
/.editorconfig export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/mix-manifest.json export-ignore
/webpack.mix.js export-ignore
/README.md export-ignore
/CHANGELOG.md export-ignore
/.wordpress-org export-ignore
/.github export-ignore
##
# Handle line endings.
# See https://help.github.com/articles/dealing-with-line-endings/
##
* text eol=lf
*.jpg binary
*.png binary
*.gif binary
*.ico binary