File tree Expand file tree Collapse file tree 2 files changed +35
-3
lines changed
Expand file tree Collapse file tree 2 files changed +35
-3
lines changed Original file line number Diff line number Diff line change 22/.deployment
33/.git
44/.github
5+ /.vscode
6+ /.cursor
57/node_modules
68/assets
79/vendor/wp-coding-standards
1012/vendor/phpcompatibility
1113/vendor/php-parallel-lint
1214/zip
15+ /tests
16+ /wiki
17+ /bin
18+ /tools
1319gulpfile.babel.js
1420yarn.lock
1521config.yml
@@ -22,6 +28,7 @@ renovate.json
2228.phplint.yml
2329.vipgoci_lint_skip_folders
2430.vipgoci_phpcs_skip_folders
31+ .php-cs-fixer.dist.php
2532composer.lock
2633config.yml
2734courier-notices.code-workspace
@@ -37,9 +44,7 @@ courier-notices.zip
3744.husky
3845.release-please-manifest.json
3946.yarnrc.yml
40- /wiki
4147output.log
42- phpdoc.dist.xml
4348release-please-config.json
4449docker_tag
4550package.json
@@ -50,4 +55,13 @@ package.json
5055.phpstan-baseline.neon
5156.phpstan.neon.dist.yml
5257.phpstan.neon.dist
53- .phpstan-baseline.neon
58+ .phpstan-baseline.neon
59+ phpstan.neon.dist
60+ phpdoc.dist.xml
61+ phpcs.xml.dist
62+ lint-staged.config.js
63+ webpack.config.js
64+ .eslintignore
65+ package-lock.json
66+ webpack.config.js
67+ commitlint.config.js
Original file line number Diff line number Diff line change 2222/.vipgoci_phpcs_skip_folders export-ignore
2323/courier-notices.zip export-ignore
2424/DOCKER_ENV export-ignore
25+ /.eslintignore export-ignore
26+ /.eslintrc.js export-ignore
27+ /.php-cs-fixer.cache export-ignore
28+ /.php-cs-fixer.dist.php export-ignore
29+ /.phplint.yml export-ignore
30+ /.prettierrc.js export-ignore
31+ /.release-please-manifest.json export-ignore
32+ /commitlint.config.js export-ignore
33+ /courier-notices.code-workspace export-ignore
34+ /lint-staged.config.js export-ignore
35+ /phpcs.xml.dist export-ignore
36+ /phpdoc.dist.xml export-ignore
37+ /phpstan-baseline.neon export-ignore
38+ /phpstan.neon.dist export-ignore
39+ /phpunit.xml export-ignore
40+ /release-please-config.json export-ignore
41+ /renovate.json export-ignore
42+ /webpack.config.js export-ignore
You can’t perform that action at this time.
0 commit comments