From b4c729430b970202b39c845116fec4a75a49032e Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sun, 5 Jun 2022 17:20:04 -0700 Subject: [PATCH] Fix ignores for W.org deploy --- .distignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.distignore b/.distignore index 9308262..9e1651d 100755 --- a/.distignore +++ b/.distignore @@ -4,6 +4,7 @@ .git .gitignore .gitlab-ci.yml +.nvmrc .travis.yml .wordpress-org/* .DS_Store @@ -26,7 +27,7 @@ phpcs.xml .phpcs.xml.dist phpcs.xml.dist README.md -assets/src/ +assets/src/* wp-cli.local.yml yarn.lock tests @@ -35,3 +36,4 @@ node_modules *.sql *.tar.gz *.zip +webpack.config.js -- GitLab