From ed2fc1adf7c9a10bf4a08c5a6599b1060adf602d Mon Sep 17 00:00:00 2001 From: Amor Kumar Date: Fri, 21 Jun 2024 12:46:39 -0400 Subject: [PATCH 1/5] Fix typos --- README.md | 2 +- assets/scss/editor.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd7c2c3..472d539 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Meet WDS BT, a stylish block theme, tailored for WordPress, featuring native blo Theme Structure
 		
-			└── wds=bt/
+			└── wds-bt/
 				├── CONTRIBUTING.md
 				├── README.md
 				├── a11y.cjs
diff --git a/assets/scss/editor.scss b/assets/scss/editor.scss
index 94b300f..3d3d903 100644
--- a/assets/scss/editor.scss
+++ b/assets/scss/editor.scss
@@ -1 +1 @@
-/* -- Editor Stykes -- */
+/* -- Editor Styles -- */

From 3f92cf75fda06330b7c297f5aac51a21bbe621ea Mon Sep 17 00:00:00 2001
From: Amor Kumar 
Date: Fri, 21 Jun 2024 12:49:28 -0400
Subject: [PATCH 2/5] Fix gitignore blocks dirs

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 270d45d..8699b80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,7 @@ vendor/
 # theme
 build/
 blocks/
+!assets/scss/blocks/
 
 #tests
 pa11y-ci-report/

From 1ac052f79e374d6e1b2cc3bb3a628a8ebc880154 Mon Sep 17 00:00:00 2001
From: Amor Kumar 
Date: Fri, 21 Jun 2024 12:54:50 -0400
Subject: [PATCH 3/5] Fix ignore rules

---
 .gitignore       | 2 --
 .stylelintignore | 1 -
 2 files changed, 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8699b80..54236a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,8 +23,6 @@ vendor/
 
 # theme
 build/
-blocks/
-!assets/scss/blocks/
 
 #tests
 pa11y-ci-report/
diff --git a/.stylelintignore b/.stylelintignore
index c2b1520..ebb4e2c 100644
--- a/.stylelintignore
+++ b/.stylelintignore
@@ -1,4 +1,3 @@
-blocks/
 build/
 vendor/
 node_modules/

From b1209b4e4a8cfb553094600ec8dfc2b0dea761db Mon Sep 17 00:00:00 2001
From: Amor Kumar 
Date: Fri, 21 Jun 2024 12:55:05 -0400
Subject: [PATCH 4/5] Move third party block styles

---
 .../scss/blocks/{custom/_custom.scss => third-party/_index.scss}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename assets/scss/blocks/{custom/_custom.scss => third-party/_index.scss} (100%)

diff --git a/assets/scss/blocks/custom/_custom.scss b/assets/scss/blocks/third-party/_index.scss
similarity index 100%
rename from assets/scss/blocks/custom/_custom.scss
rename to assets/scss/blocks/third-party/_index.scss

From 5d912141bde9a9ee2a31f80e3ed3f0a4a4994444 Mon Sep 17 00:00:00 2001
From: Amor Kumar 
Date: Wed, 26 Jun 2024 16:53:18 -0400
Subject: [PATCH 5/5] Add blocks to gitignore

---
 .gitignore       | 1 +
 .stylelintignore | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 54236a2..5f9fbbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ vendor/
 
 # theme
 build/
+/blocks/
 
 #tests
 pa11y-ci-report/
diff --git a/.stylelintignore b/.stylelintignore
index ebb4e2c..b32bed8 100644
--- a/.stylelintignore
+++ b/.stylelintignore
@@ -1,4 +1,5 @@
 build/
+/blocks/
 vendor/
 node_modules/
 !.*.js