Skip to content

Commit 379c391

Browse files
committed
Fix root .prettierignore file
1 parent dd3340d commit 379c391

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

.prettierignore

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
**/dist/**
2-
**/etc/**
3-
**/temp/**
4-
**/__testfixtures__/**
1+
dist/
2+
etc/
3+
temp/
4+
__testfixtures__/
5+
build/
6+
7+
.yalc
8+
yalc.lock
9+
yalc.sig
10+
11+
.idea/
12+
.vscode/
13+
temp/
14+
.tmp-projections
15+
coverage/
16+
17+
typesversions
18+
.cache
19+
.yarnrc
20+
.yarn/*
21+
!.yarn/releases
22+
**/.yarn/cache
23+
.pnp.*
24+
*.tgz
25+
26+
tsconfig.vitest-temp.json
27+
.eslintcache

0 commit comments

Comments
 (0)