forked from WordPress/twentytwentyone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
39 lines (34 loc) · 876 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
39
* text=auto
*.php text eol=lf
*.js text eol=lf
*.css text eol=lf linguist-generated
*.scss text eol=lf
*.json text eol=lf
*.txt text eol=crlf
*.png binary
*.jpg binary
*.map linguist-generated
.editorconfig export-ignore
.eslintignore export-ignore
.eslintrc export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.stylelintignore export-ignore
.stylelintrc.json export-ignore
.stylelintrc-css.json export-ignore
.wp-env.json export-ignore
composer.json export-ignore
composer.lock export-ignore
CONTRIBUTING.md export-ignore
CONTRIBUTORS.md export-ignore
LICENSE export-ignore
package-lock.json export-ignore
package.json export-ignore
phpcs.xml.dist export-ignore
phpstan.neon export-ignore
postcss.config.js export-ignore
README.md export-ignore
style.css.map export-ignore
.github/ export-ignore
assets/css/*.map export-ignore
assets/sass/ export-ignore