21 lines
281 B
Plaintext
21 lines
281 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
|
|
|
|
# Worktrees
|
|
.worktrees/
|
|
|
|
# Keep frontend .gitignore for frontend-specific rules
|
|
!frontend/.gitignore
|