feat: phase 0 skeleton — next.js 16 + better-auth + prisma
This commit is contained in:
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
node_modules/
|
||||
.next/
|
||||
.turbo/
|
||||
dist/
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
*.log
|
||||
.DS_Store
|
||||
.pnpm-store/
|
||||
coverage/
|
||||
prisma/migrations/dev/
|
||||
Reference in New Issue
Block a user