We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9130df0 commit bdc16a9Copy full SHA for bdc16a9
1 file changed
.gitignore
@@ -17,11 +17,12 @@ lib-cov/
17
.nitro/
18
.cache/
19
dist
20
+i18n.cache
21
22
# misc
-.DS_Store
23
-.fleet
24
-.idea
+.DS_Store/
+.fleet/
25
+.idea/
26
temp
27
tmp
28
logs
@@ -43,15 +44,16 @@ yarn-error.log*
43
44
.env.*.local
45
46
# turbo
-.turbo
47
+.turbo/
48
49
# cloud services
-.vercel
50
-.netlify
+.vercel/
51
+.netlify/
52
53
# sst
-.sst
54
+.sst/
55
-# pnpm have a bug with tsx that creates the `tsx-0` folder everywhere
56
-tsx-0
57
-i18n.cache
+# https://github.com/pnpm/pnpm/issues/7330
+tsx-0/
58
+v8-compile-cache*/
59
+node-compile-cache/
0 commit comments