-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
51 lines (46 loc) · 1.1 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
##
# Exclude from release archives.
#
# Here we add resources that are not needed in the download
# for production use.
##
.editorconfig export-ignore
.eslintignore export-ignore
.eslintrc export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.npmrc export-ignore
.stylelintignore export-ignore
.stylelintrc export-ignore
CHANGELOG.md export-ignore
README.md export-ignore
composer.lock export-ignore
package.json export-ignore
package-lock.json export-ignore
webpack.config.js export-ignore
phpstan.neon export-ignore
.php-cs-fixer.dist.php export-ignore
.github export-ignore
.git export-ignore
.gitkeep export-ignore
/assets export-ignore
/config export-ignore
/blocks/*/*.js export-ignore
##
# Don't try and diff these...
##
composer.lock -diff
package-lock.json -diff
*.map -diff
assets/scripts/dist/*.css -diff
assets/styles/dist/*.css -diff
##
# Handle line endings.
# See https://help.github.com/articles/dealing-with-line-endings/
##
* text eol=lf
*.php text
*.jpg binary
*.png binary
*.gif binary
*.ico binary