25 lines
319 B
Plaintext
25 lines
319 B
Plaintext
# Backend
|
|
backend/target/
|
|
backend/data/*.db
|
|
backend/data/*.mv.db
|
|
|
|
# Frontend
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
|
|
# Logs & IDE
|
|
*.log
|
|
.idea
|
|
.DS_Store
|
|
*.local
|
|
.codex
|
|
/package-lock.json
|
|
release/
|
|
.opencode/
|
|
|
|
# Worktrees
|
|
.worktrees/
|
|
|
|
# Keep frontend .gitignore for frontend-specific rules
|
|
!frontend/.gitignore
|