Skip to content

Commit 69a640f

Browse files
author
Marvin Zhang
committed
refactor: add Vercel and Turbo configuration files to .gitignore and package.json
1 parent 4d11ba5 commit 69a640f

File tree

3 files changed

+71
-3
lines changed

3 files changed

+71
-3
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ build/
160160
# Temporal folder for debugging or quick testing
161161
tmp/
162162

163-
# Git worktree directories
164-
.wt/
163+
# Vercel configuration files
165164
.vercel
165+
166+
# Turbo configuration files
167+
.turbo

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"lint-staged": "16.1.2",
5151
"prettier": "3.6.1",
5252
"semver": "^7.6.3",
53+
"turbo": "2.5.5",
5354
"typescript": "^5.0.0",
5455
"vitest": "^2.1.9"
5556
},
@@ -68,5 +69,6 @@
6869
"better-sqlite3": "^11.10.0",
6970
"dotenv": "16.5.0",
7071
"tsx": "^4.0.0"
71-
}
72+
},
73+
"packageManager": "[email protected]"
7274
}

pnpm-lock.yaml

Lines changed: 64 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)