42 lines
565 B
Plaintext
42 lines
565 B
Plaintext
# Node modules
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Next.js build output
|
|
.next/
|
|
out/
|
|
|
|
# Production build
|
|
build/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Vercel deployment
|
|
.vercel/
|
|
|
|
# Environment files (secrets — push to Coolify as app env vars instead)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Optional: if using TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Optional: if using testing tools
|
|
coverage/
|
|
jest-test-results.json
|
|
|
|
# Optional: if using IDEs
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Optional: if using TurboRepo or monorepo
|
|
turbo/ |