mirror of
https://github.com/WordPress/create-block-theme.git
synced 2025-10-03 16:11:13 +08:00
* Update readme, removing reference to fonts * Remove from readme.md * Remove test-related files from release build * Update README.md Co-authored-by: Sarah Norris <1645628+mikachan@users.noreply.github.com> * Update README.md Co-authored-by: Sarah Norris <1645628+mikachan@users.noreply.github.com> * Update README.md Co-authored-by: Sarah Norris <1645628+mikachan@users.noreply.github.com> --------- Co-authored-by: Sarah Norris <1645628+mikachan@users.noreply.github.com>
36 lines
511 B
Text
36 lines
511 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/
|