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 dd3340d commit 379c391Copy full SHA for 379c391
.prettierignore
@@ -1,4 +1,27 @@
1
-**/dist/**
2
-**/etc/**
3
-**/temp/**
4
-**/__testfixtures__/**
+dist/
+etc/
+temp/
+__testfixtures__/
5
+build/
6
+
7
+.yalc
8
+yalc.lock
9
+yalc.sig
10
11
+.idea/
12
+.vscode/
13
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