Skip to content

Commit

Permalink
Re-add deployignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfodness committed Jul 2, 2024
1 parent 4f94e0d commit 2956187
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .deployignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Exclusions when publishing to the develop-built branch

# 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
.distignore
.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

0 comments on commit 2956187

Please sign in to comment.