From 049dcc3eb1f3c59585ac5b00f2f85a26d9186a89 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Tue, 28 Jun 2022 21:25:43 -0700
Subject: [PATCH] Fix deploy exclusions

---
 .distignore    | 3 +++
 .gitattributes | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/.distignore b/.distignore
index 7a767aa..9e1651d 100755
--- a/.distignore
+++ b/.distignore
@@ -4,6 +4,7 @@
 .git
 .gitignore
 .gitlab-ci.yml
+.nvmrc
 .travis.yml
 .wordpress-org/*
 .DS_Store
@@ -26,6 +27,7 @@ phpcs.xml
 .phpcs.xml.dist
 phpcs.xml.dist
 README.md
+assets/src/*
 wp-cli.local.yml
 yarn.lock
 tests
@@ -34,3 +36,4 @@ node_modules
 *.sql
 *.tar.gz
 *.zip
+webpack.config.js
diff --git a/.gitattributes b/.gitattributes
index e6bac7e..eb6a74e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,10 +4,12 @@
 /.gitattributes export-ignore
 /.gitignore export-ignore
 /.gitlab-ci.yml export-ignore
+/.nvmrc export-ignore
 /.travis.yml export-ignore
 /.DS_Store export-ignore
 /.wordpress-org export-ignore
 /Thumbs.db export-ignore
+/assets/src export-ignore
 /behat.yml export-ignore
 /bitbucket-pipelines.yml export-ignore
 /bin export-ignore
@@ -31,6 +33,7 @@
 /tests export-ignore
 /vendor export-ignore
 /node_modules export-ignore
+/webpack.config.js export-ignore
 /*.sql export-ignore
 /*.tar.gz export-ignore
 /*.zip export-ignore
-- 
GitLab