Add build commands
This commit is contained in:
parent
9e6f1f699a
commit
a66d7b544f
6 changed files with 64 additions and 33 deletions
36
.distignore
36
.distignore
|
@ -1,18 +1,34 @@
|
|||
/.wordpress-org
|
||||
/.git
|
||||
/.github
|
||||
/.phpdoc
|
||||
/_tools
|
||||
/contrib
|
||||
/development
|
||||
/vendor
|
||||
|
||||
# A set of files you probably don't want in your WordPress.org distribution
|
||||
.distignore
|
||||
.editorconfig
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
.gitlab-ci.yml
|
||||
.travis.yml
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
behat.yml
|
||||
bin
|
||||
circle.yml
|
||||
composer.json
|
||||
composer.lock
|
||||
Gruntfile.js
|
||||
package.json
|
||||
phpunit.xml
|
||||
phpunit.xml.dist
|
||||
multisite.xml
|
||||
multisite.xml.dist
|
||||
phpcs.ruleset.xml
|
||||
CONTRIBUTING.md
|
||||
README.md
|
||||
SECURITY.md
|
||||
LICENSE
|
||||
wp-cli.local.yml
|
||||
tests
|
||||
vendor
|
||||
node_modules
|
||||
*.sql
|
||||
*.tar.gz
|
||||
*.zip
|
||||
authors.txt
|
||||
composer.*
|
||||
|
|
Reference in a new issue