Files
avbeat-com/.gitignore
2026-05-07 16:39:17 +00:00

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/