File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed
Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1+ /.git
2+ /.github
3+ /.wordpress-org
4+ /config
5+ /node_modules
6+ /src
7+ /tests
8+
9+ .distignore
10+ .gitattributes
11+ .gitignore
12+ .nvmrc
13+ .wp-env.json
14+ CHANGELOG.md
15+ composer.json
16+ composer.lock
17+ grumphp.yml
18+ LICENSE.md
19+ package.json
20+ package-lock.json
21+ phpcs.xml.dist
22+ phpunit.xml.dist
23+ psalm.xml
24+ README.md
25+ webpack.config.js
Original file line number Diff line number Diff line change 33/.wordpress-org export-ignore
44/config export-ignore
55/tests export-ignore
6- /vendor / export-ignore
76/node_modules export-ignore
87
98/.gitattributes export-ignore
109/.gitignore export-ignore
1110/.nvmrc export-ignore
1211/.wp-env.json export-ignore
1312/CHANGELOG.md export-ignore
13+ /LICENSE.md export-ignore
1414/composer.json export-ignore
1515/composer.lock export-ignore
1616/grumphp.yml export-ignore
17- /LICENSE.md export-ignore
1817/package.json export-ignore
1918/package-lock.json export-ignore
2019/phpcs.xml.dist export-ignore
Original file line number Diff line number Diff line change 11# Directories/files that may be generated by this project
22build
33node_modules
4+ vendor
45coverage
56.phpunit.result.cache
67
You can’t perform that action at this time.
0 commit comments