We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc5c3d commit 6aca63dCopy full SHA for 6aca63d
.distignore
@@ -1,29 +1,41 @@
1
# A set of files you probably don't want in your WordPress.org distribution
2
+.babelrc
3
+.deployignore
4
.distignore
5
.editorconfig
6
+.eslintignore
7
+.eslintrc
8
.git
9
.gitignore
10
.gitlab-ci.yml
11
.travis.yml
12
.DS_Store
13
Thumbs.db
14
behat.yml
15
+bitbucket-pipelines.yml
16
bin
-circle.yml
17
+.circleci/config.yml
18
composer.json
19
composer.lock
20
+dependencies.yml
21
Gruntfile.js
22
package.json
23
+package-lock.json
24
phpunit.xml
25
phpunit.xml.dist
26
multisite.xml
27
multisite.xml.dist
-phpcs.ruleset.xml
28
+.phpcs.xml
29
+phpcs.xml
30
+.phpcs.xml.dist
31
+phpcs.xml.dist
32
README.md
33
+webpack.config.js
34
wp-cli.local.yml
35
+yarn.lock
36
tests
37
+vendor
38
node_modules
-includes/dev.php
39
*.sql
40
*.tar.gz
41
*.zip
0 commit comments