Skip to content

Commit

Permalink
WDSBT-23 - Update ignore files to only track the assets/blocks folder
Browse files Browse the repository at this point in the history
  • Loading branch information
khleomix committed Jun 19, 2024
1 parent fc74e7d commit 4cf83c9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ vendor/

# theme
build/
blocks/
./blocks/

#tests
pa11y-ci-report/
Expand Down
2 changes: 1 addition & 1 deletion .markdownlintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blocks
./blocks
build
node_modules
vendor
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blocks/
./blocks/
build/
node_modules/
vendor/
Expand Down
2 changes: 1 addition & 1 deletion .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blocks/
./blocks/
build/
vendor/
node_modules/
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<file>./</file>

<!-- Exclude the blocks directory. -->
<exclude-pattern>/blocks/*</exclude-pattern>
<exclude-pattern>./blocks/*</exclude-pattern>

<!-- Exclude the build directory. -->
<exclude-pattern>/build/*</exclude-pattern>
Expand Down

0 comments on commit 4cf83c9

Please sign in to comment.