Skip to content

Commit

Permalink
Merge pull request #1147 from alleyinteractive/fix/deploys
Browse files Browse the repository at this point in the history
Re-add deployignore
  • Loading branch information
kevinfodness authored Jul 2, 2024
2 parents 4f94e0d + 0ba01fc commit 939380b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .deployignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 939380b

Please sign in to comment.