Skip to content
Snippets Groups Projects
Commit 4c96a471 authored by Erick Hitter's avatar Erick Hitter
Browse files

Merge branch 'fix/deploy-exclusions' into 'master'

Fix deploy exclusions

See merge request !6
parents 34643f09 049dcc3e
No related branches found
No related tags found
1 merge request!6Fix deploy exclusions
Pipeline #4976 passed with stages
in 2 minutes and 24 seconds
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
.git .git
.gitignore .gitignore
.gitlab-ci.yml .gitlab-ci.yml
.nvmrc
.travis.yml .travis.yml
.wordpress-org/* .wordpress-org/*
.DS_Store .DS_Store
...@@ -26,6 +27,7 @@ phpcs.xml ...@@ -26,6 +27,7 @@ phpcs.xml
.phpcs.xml.dist .phpcs.xml.dist
phpcs.xml.dist phpcs.xml.dist
README.md README.md
assets/src/*
wp-cli.local.yml wp-cli.local.yml
yarn.lock yarn.lock
tests tests
...@@ -34,3 +36,4 @@ node_modules ...@@ -34,3 +36,4 @@ node_modules
*.sql *.sql
*.tar.gz *.tar.gz
*.zip *.zip
webpack.config.js
...@@ -4,10 +4,12 @@ ...@@ -4,10 +4,12 @@
/.gitattributes export-ignore /.gitattributes export-ignore
/.gitignore export-ignore /.gitignore export-ignore
/.gitlab-ci.yml export-ignore /.gitlab-ci.yml export-ignore
/.nvmrc export-ignore
/.travis.yml export-ignore /.travis.yml export-ignore
/.DS_Store export-ignore /.DS_Store export-ignore
/.wordpress-org export-ignore /.wordpress-org export-ignore
/Thumbs.db export-ignore /Thumbs.db export-ignore
/assets/src export-ignore
/behat.yml export-ignore /behat.yml export-ignore
/bitbucket-pipelines.yml export-ignore /bitbucket-pipelines.yml export-ignore
/bin export-ignore /bin export-ignore
...@@ -31,6 +33,7 @@ ...@@ -31,6 +33,7 @@
/tests export-ignore /tests export-ignore
/vendor export-ignore /vendor export-ignore
/node_modules export-ignore /node_modules export-ignore
/webpack.config.js export-ignore
/*.sql export-ignore /*.sql export-ignore
/*.tar.gz export-ignore /*.tar.gz export-ignore
/*.zip export-ignore /*.zip export-ignore
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment