Skip to content

Commit 0e87c59

Browse files
authored
Merge pull request #10 from torounit/fix/distignore
Fix .distignore: exclude dev files, stop hiding README.md
2 parents bb453e4 + 2304b7d commit 0e87c59

1 file changed

Lines changed: 15 additions & 28 deletions

File tree

.distignore

Lines changed: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,24 @@
11
# A set of files you probably don't want in your WordPress.org distribution
2-
.distignore
3-
.github
4-
.gitignore
5-
.npmrc
6-
.git
7-
.idea
8-
.travis.yml
9-
.DS_Store
10-
.phpdoc
11-
Thumbs.db
12-
behat.yml
13-
bin
14-
.cache
15-
wp-cli.local.yml
16-
docker
17-
node_modules
18-
*.sql
19-
wordpress
20-
*.tar.gz
21-
*.zip
22-
nightly
23-
.nvmrc
24-
.wp-env.json
2+
/.git
3+
/.github
4+
/.husky
5+
/.vscode
6+
/.wordpress-org
7+
/bin
8+
/node_modules
9+
/src
10+
/tests
2511
.distignore
2612
.editorconfig
2713
.gitignore
28-
.phpcs.xml.dist
2914
.wp-env.json
15+
.wp-env.test.json
3016
composer.json
3117
composer.lock
32-
package.json
3318
package-lock.json
34-
phpdoc.dist.xml
19+
package.json
20+
phpcs.xml.dist
3521
phpunit.xml.dist
36-
README.md
37-
tests
22+
tsconfig.json
23+
*.tar.gz
24+
*.zip

0 commit comments

Comments
 (0)