first commit
Made-with: Cursor
This commit is contained in:
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Next.js
|
||||
frontend/.next/
|
||||
frontend/out/
|
||||
|
||||
# Backend build
|
||||
backend/dist/
|
||||
|
||||
# Environment (keep .env.example tracked)
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
**/.env.local
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Logs & debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# TypeScript
|
||||
*.tsbuildinfo
|
||||
|
||||
# Test / coverage
|
||||
coverage/
|
||||
|
||||
# Local SQLite databases
|
||||
*.db
|
||||
|
||||
# Misc
|
||||
.turbo
|
||||
|
||||
deploy/
|
||||
Reference in New Issue
Block a user