-
Notifications
You must be signed in to change notification settings - Fork 312
/
.gitattributes
36 lines (35 loc) · 961 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
/.git export-ignore
/.github export-ignore
/.wordpress-org export-ignore
/bin export-ignore
/config export-ignore
/docs export-ignore
/gulp-tasks export-ignore
/lang export-ignore
/tests export-ignore
/node_modules export-ignore
/.babelrc export-ignore
/.browserslistrc export-ignore
/.editorconfig export-ignore
/.eslintignore export-ignore
/.eslintrc.js export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.husky export-ignore
/.lintstagedrc.json export-ignore
/.stylelintrc export-ignore
/.wp-env.json export-ignore
/CHANGELOG.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/CONTRIBUTING.md export-ignore
/CREDITS.md export-ignore
/gulpfile.babel.js export-ignore
/hookdoc-conf.json export-ignore
/LICENSE.md export-ignore
/phpcs.xml export-ignore
/phpunit.xml.dist export-ignore
/postcss.config.js export-ignore
/README.md export-ignore
/SECURITY.md export-ignore
/single-site.xml.dist export-ignore
/webpack.config.js export-ignore