-
Notifications
You must be signed in to change notification settings - Fork 21
/
.gitattributes
36 lines (36 loc) · 986 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
.gitattributes export-ignore
.gitmodules export-ignore
.gitignore export-ignore
.github export-ignore
bin export-ignore
tests export-ignore
js/src export-ignore
js/build-dev export-ignore
docs export-ignore
README.md export-ignore
package.json export-ignore
package-lock.json export-ignore
coverage export-ignore
node_modules export-ignore
npm-debug.log export-ignore
composer.json export-ignore
composer.lock export-ignore
phpcs.xml.dist export-ignore
phpunit.xml.dist export-ignore
webpack.config.js export-ignore
webpack-development.config.js export-ignore
jest.config.js export-ignore
wordpress_org_assets export-ignore
.codecov.yml export-ignore
.editorconfig export-ignore
.externalized.json export-ignore
.prettierrc.js export-ignore
.prettierignore export-ignore
.eslintignore export-ignore
.eslintrc.js export-ignore
.stylelintignore export-ignore
.stylelintrc.json export-ignore
.npmrc export-ignore
.nvmrc export-ignore
.jsdocrc.json export-ignore
.wp-env.json export-ignore