Skip to content

Commit 6d163a4

Browse files
committed
improve(NO-TASK): Remove files from distribution
1 parent e2ee0f3 commit 6d163a4

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
lines changed

.distignore

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
/.deployment
33
/.git
44
/.github
5+
/.vscode
6+
/.cursor
57
/node_modules
68
/assets
79
/vendor/wp-coding-standards
@@ -10,6 +12,10 @@
1012
/vendor/phpcompatibility
1113
/vendor/php-parallel-lint
1214
/zip
15+
/tests
16+
/wiki
17+
/bin
18+
/tools
1319
gulpfile.babel.js
1420
yarn.lock
1521
config.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
2532
composer.lock
2633
config.yml
2734
courier-notices.code-workspace
@@ -37,9 +44,7 @@ courier-notices.zip
3744
.husky
3845
.release-please-manifest.json
3946
.yarnrc.yml
40-
/wiki
4147
output.log
42-
phpdoc.dist.xml
4348
release-please-config.json
4449
docker_tag
4550
package.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

.gitattributes

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,21 @@
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

0 commit comments

Comments
 (0)