Skip to content

Commit 2636c19

Browse files
Ignore various JavaScript config files in plugin .distignore
Specifically: * `.babelrc` * `.eslintignore` * `.eslintignore` * `.eslintignore`
1 parent 1c5530e commit 2636c19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/plugin-distignore.mustache

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# A set of files you probably don't want in your WordPress.org distribution
2+
.babelrc
23
.distignore
34
.editorconfig
5+
.eslintignore
6+
.eslintrc
47
.git
58
.gitignore
69
.gitlab-ci.yml
@@ -25,6 +28,7 @@ phpcs.xml
2528
.phpcs.xml.dist
2629
phpcs.xml.dist
2730
README.md
31+
webpack.config.js
2832
wp-cli.local.yml
2933
yarn.lock
3034
tests

0 commit comments

Comments
 (0)