mirror of
https://github.com/WordPress/create-block-theme.git
synced 2026-02-28 12:37:19 +08:00
36 lines
510 B
Text
36 lines
510 B
Text
# Files to be ignored in the plugin release
|
|
|
|
node_modules/
|
|
vendor/
|
|
.gitignore
|
|
update-google-fonts-json-file.js
|
|
update-version-and-changelog.js
|
|
package.json
|
|
src/
|
|
test/
|
|
.git
|
|
.github
|
|
.wordpress-org
|
|
.browserslistrc
|
|
.distignore
|
|
.editorconfig
|
|
.eslintignore
|
|
.eslintrc.json
|
|
.husky/
|
|
.nvmrc
|
|
.prettierignore
|
|
.prettierrc.js
|
|
.stylelintignore
|
|
.stylelintrc.json
|
|
.wp-env.json
|
|
CONTRIBUTING.md
|
|
README.md
|
|
babel.config.js
|
|
composer.json
|
|
composer.lock
|
|
package-lock.json
|
|
webpack.config.js
|
|
phpcs.xml.dist
|
|
phpunit.xml.dist
|
|
tests/
|
|
bin/
|