Skip to content

Commit 6aca63d

Browse files
Update the list of files we want to ignore in distribution
1 parent cfc5c3d commit 6aca63d

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.distignore

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,41 @@
11
# A set of files you probably don't want in your WordPress.org distribution
2+
.babelrc
3+
.deployignore
24
.distignore
35
.editorconfig
6+
.eslintignore
7+
.eslintrc
48
.git
59
.gitignore
610
.gitlab-ci.yml
711
.travis.yml
812
.DS_Store
913
Thumbs.db
1014
behat.yml
15+
bitbucket-pipelines.yml
1116
bin
12-
circle.yml
17+
.circleci/config.yml
1318
composer.json
1419
composer.lock
20+
dependencies.yml
1521
Gruntfile.js
1622
package.json
23+
package-lock.json
1724
phpunit.xml
1825
phpunit.xml.dist
1926
multisite.xml
2027
multisite.xml.dist
21-
phpcs.ruleset.xml
28+
.phpcs.xml
29+
phpcs.xml
30+
.phpcs.xml.dist
31+
phpcs.xml.dist
2232
README.md
33+
webpack.config.js
2334
wp-cli.local.yml
35+
yarn.lock
2436
tests
37+
vendor
2538
node_modules
26-
includes/dev.php
2739
*.sql
2840
*.tar.gz
2941
*.zip

0 commit comments

Comments
 (0)