Skip to content

Commit e288b4b

Browse files
committed
Fix root .prettierignore file
1 parent cdc5593 commit e288b4b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.prettierignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
dist/
2-
etc/
32
temp/
3+
tmp/
44
__testfixtures__/
55
build/
6+
lib/
67

78
.yalc
89
yalc.lock
910
yalc.sig
1011

1112
.idea/
1213
.vscode/
13-
temp/
1414
.tmp-projections
1515
coverage/
1616

1717
typesversions
1818
.cache
1919
.yarnrc
2020
.yarn/*
21-
!.yarn/releases
21+
.yarn/releases
2222
**/.yarn/cache
2323
.pnp.*
2424
*.tgz
2525

2626
tsconfig.vitest-temp.json
2727
.eslintcache
28+
29+
.docusaurus/
30+
.next/

0 commit comments

Comments
 (0)