Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 5d4e9b3

Browse files
committed
chore: update gitignore
1 parent 62253d2 commit 5d4e9b3

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.gitignore

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
# Misc
12
dev-dist
23
build
34
types
5+
.turbo
46

57
# Logs
68
logs
@@ -10,6 +12,7 @@ yarn-debug.log*
1012
yarn-error.log*
1113
lerna-debug.log*
1214
.pnpm-debug.log*
15+
vite.config.ts.timestamp-*.mjs
1316

1417
# Diagnostic reports (https://nodejs.org/api/report.html)
1518
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
@@ -127,9 +130,9 @@ dist
127130
.vscode-test
128131

129132
# yarn v2
130-
.yarn/cache
131-
.yarn/unplugged
132-
.yarn/build-state.yml
133-
.yarn/install-state.gz
134133
.pnp.*
135-
134+
.yarn/*
135+
!.yarn/patches
136+
!.yarn/plugins
137+
!.yarn/releases
138+
!.yarn/versions

0 commit comments

Comments
 (0)