mirror of
https://gh.wpcy.net/https://github.com/wp-cli/scaffold-command.git
synced 2026-04-27 18:46:10 +08:00
43 lines
588 B
Text
43 lines
588 B
Text
# A set of files you probably don't want in your WordPress.org distribution
|
|
.babelrc
|
|
.deployignore
|
|
.distignore
|
|
.editorconfig
|
|
.eslintignore
|
|
.eslintrc
|
|
.git
|
|
.gitignore
|
|
.github
|
|
.gitlab-ci.yml
|
|
.travis.yml
|
|
.DS_Store
|
|
.*~
|
|
Thumbs.db
|
|
behat.yml
|
|
bitbucket-pipelines.yml
|
|
bin
|
|
.circleci/config.yml
|
|
composer.json
|
|
composer.lock
|
|
dependencies.yml
|
|
Gruntfile.js
|
|
package.json
|
|
package-lock.json
|
|
phpunit.xml
|
|
phpunit.xml.dist
|
|
multisite.xml
|
|
multisite.xml.dist
|
|
.phpcs.xml
|
|
phpcs.xml
|
|
.phpcs.xml.dist
|
|
phpcs.xml.dist
|
|
README.md
|
|
webpack.config.js
|
|
wp-cli.local.yml
|
|
yarn.lock
|
|
tests
|
|
vendor
|
|
node_modules
|
|
*.sql
|
|
*.tar.gz
|
|
*.zip
|