init
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
node_modules/
|
||||
dist/
|
||||
.vite/
|
||||
.tanstack/
|
||||
.tsbuildinfo
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
*.log
|
||||
|
||||
# Claude / editor / OS noise
|
||||
.claude/
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
.DS_Store
|
||||
|
||||
# Lockfiles from other package managers — bun.lock is the source of truth
|
||||
pnpm-lock.yaml
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
# Generated client schema — leave the latest in repo for reproducible builds,
|
||||
# regenerate via `pnpm gen:api`.
|
||||
# src/api/schema.d.ts
|
||||
Reference in New Issue
Block a user