From 03bdc6a12301eb2201e27e54d319620a665e9dbc Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Wed, 13 Jul 2022 16:24:01 -0700
Subject: [PATCH] Prepare for WP.org release

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

diff --git a/.distignore b/.distignore
index 7a767aa..345f717 100755
--- a/.distignore
+++ b/.distignore
@@ -4,10 +4,11 @@
 .git
 .gitignore
 .gitlab-ci.yml
+.nvmrc
 .travis.yml
-.wordpress-org/*
 .DS_Store
 Thumbs.db
+assets/src/*
 behat.yml
 bitbucket-pipelines.yml
 bin
@@ -34,3 +35,4 @@ node_modules
 *.sql
 *.tar.gz
 *.zip
+webpack.config.js
diff --git a/.gitattributes b/.gitattributes
index e6bac7e..60d1548 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,10 +4,11 @@
 /.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 +32,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