Skip to content

Commit bdc16a9

Browse files
committed
chore: update .gitignore
1 parent 9130df0 commit bdc16a9

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

.gitignore

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ lib-cov/
1717
.nitro/
1818
.cache/
1919
dist
20+
i18n.cache
2021

2122
# misc
22-
.DS_Store
23-
.fleet
24-
.idea
23+
.DS_Store/
24+
.fleet/
25+
.idea/
2526
temp
2627
tmp
2728
logs
@@ -43,15 +44,16 @@ yarn-error.log*
4344
.env.*.local
4445

4546
# turbo
46-
.turbo
47+
.turbo/
4748

4849
# cloud services
49-
.vercel
50-
.netlify
50+
.vercel/
51+
.netlify/
5152

5253
# sst
53-
.sst
54+
.sst/
5455

55-
# pnpm have a bug with tsx that creates the `tsx-0` folder everywhere
56-
tsx-0
57-
i18n.cache
56+
# https://github.com/pnpm/pnpm/issues/7330
57+
tsx-0/
58+
v8-compile-cache*/
59+
node-compile-cache/

0 commit comments

Comments
 (0)