Skip to content

Commit 94de9dd

Browse files
authored
chore(prettier): ignore additional test output directories (#3181)
this commit updates the prettier ignore configuration to use globs for the `dist` and `www` directories under the root `test/` directory. this prevents files in the `test/end-to-end` directory (and others) from being formatted remove `test/browser-compile` to ensure src files are properly formatted. the test output for this directory is covered by the new globs
1 parent d95d43e commit 94de9dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ node_modules/
3737
coverage/
3838

3939
# output from compiling Stencil projects for testing purposes
40-
test/browser-compile/
4140
test/karma/test-sibling/
4241
test/karma/tmp-compiled-tests/
42+
test/**/dist/
4343
test/**/dist-react/
4444
test/**/hydrate/
4545
test/**/test-output/
46+
test/**/www/
4647
test/**/components.d.ts
4748
test/end-to-end/screenshot/
4849
test/end-to-end/docs.d.ts

0 commit comments

Comments
 (0)