initial commit: rocket.new export of broadcastbeat
This commit is contained in:
42
.gitignore
vendored
Normal file
42
.gitignore
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user