diff --git a/.deployignore b/.deployignore new file mode 100644 index 00000000..3b672fd8 --- /dev/null +++ b/.deployignore @@ -0,0 +1,34 @@ +# Exclusions when publishing to the develop-built branch +# Notably, must include .github and .distignore so the next step has access to them + +# Directories +.git +assets/js/admin-settings +assets/js/components +assets/js/config +assets/js/pluginsidebar +assets/js/services +assets/js/util +node_modules +tests +vendor + +# Files +.deployignore +.editorconfig +.eslintignore +.eslintrc.json +.gitignore +.nvmrc +.phpcs.xml +.phpcs-cache.json +.phpunit.result.cache +babel.config.json +composer.json +composer.lock +DOCKER_ENV +package.json +package-lock.json +phpunit.xml.dist +README.md +webpack.config.js