Init commit from initial prompt
This commit is contained in:
50
.gitignore
vendored
Normal file
50
.gitignore
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Next.js build output
|
||||
.next/
|
||||
out/
|
||||
|
||||
# Debug logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# Environment files (keep examples tracked)
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.*.example
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# TypeScript
|
||||
*.tsbuildinfo
|
||||
|
||||
# Testing and coverage
|
||||
coverage/
|
||||
|
||||
# Caches
|
||||
.turbo/
|
||||
.cache/
|
||||
.eslintcache
|
||||
|
||||
# Deployment/platform
|
||||
.vercel/
|
||||
|
||||
# Build artifacts
|
||||
dist/
|
||||
|
||||
# Editors/IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS-specific
|
||||
.DS_Store
|
||||
|
||||
# Keep Next.js type helper tracked
|
||||
!next-env.d.ts
|
||||
Reference in New Issue
Block a user