41 lines
394 B
Plaintext
41 lines
394 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
bun.lock
|
|
|
|
# Build outputs
|
|
.next/
|
|
out/
|
|
dist/
|
|
build/
|
|
.vercel/
|
|
|
|
# Cache
|
|
.cache/
|
|
.parcel-cache/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env*.local
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Generated files
|
|
next-env.d.ts
|
|
|
|
# Public assets (usually don't need formatting)
|
|
public/
|