We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.prettierignore
1 parent e2e017d commit 0b37097Copy full SHA for 0b37097
.prettierignore
@@ -1,4 +1,30 @@
1
-**/dist/**
2
-**/etc/**
3
-**/temp/**
4
-**/__testfixtures__/**
+dist/
+temp/
+tmp/
+__testfixtures__/
5
+build/
6
+lib/
7
+
8
+.yalc
9
+yalc.lock
10
+yalc.sig
11
12
+.idea/
13
+.vscode/
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
28
29
+.docusaurus/
30
+.next/
0 commit comments