2 parents bb453e4 + 2304b7d commit 0e87c59Copy full SHA for 0e87c59
1 file changed
.distignore
@@ -1,37 +1,24 @@
1
# 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
+/.git
+/.github
+/.husky
+/.vscode
+/.wordpress-org
+/bin
+/node_modules
+/src
+/tests
25
.distignore
26
.editorconfig
27
.gitignore
28
-.phpcs.xml.dist
29
.wp-env.json
+.wp-env.test.json
30
composer.json
31
composer.lock
32
-package.json
33
package-lock.json
34
-phpdoc.dist.xml
+package.json
+phpcs.xml.dist
35
phpunit.xml.dist
36
-README.md
37
-tests
+tsconfig.json
+*.tar.gz
+*.zip
0 commit comments