Skip to content

Commit 4cf83c9

Browse files
committed
WDSBT-23 - Update ignore files to only track the assets/blocks folder
1 parent fc74e7d commit 4cf83c9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ vendor/
2323

2424
# theme
2525
build/
26-
blocks/
26+
./blocks/
2727

2828
#tests
2929
pa11y-ci-report/

.markdownlintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
blocks
1+
./blocks
22
build
33
node_modules
44
vendor

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
blocks/
1+
./blocks/
22
build/
33
node_modules/
44
vendor/

.stylelintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
blocks/
1+
./blocks/
22
build/
33
vendor/
44
node_modules/

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<file>./</file>
2828

2929
<!-- Exclude the blocks directory. -->
30-
<exclude-pattern>/blocks/*</exclude-pattern>
30+
<exclude-pattern>./blocks/*</exclude-pattern>
3131

3232
<!-- Exclude the build directory. -->
3333
<exclude-pattern>/build/*</exclude-pattern>

0 commit comments

Comments
 (0)