Refactor project structure and update .gitignore; enhance README with setup instructions and environment requirements. Clean up backend code for improved readability and maintainability.
This commit is contained in:
34
.gitignore
vendored
34
.gitignore
vendored
@@ -1,17 +1,17 @@
|
||||
# Backend
|
||||
backend/target/
|
||||
backend/data/*.db
|
||||
backend/data/*.mv.db
|
||||
|
||||
# Frontend
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
|
||||
# Logs & IDE
|
||||
*.log
|
||||
.idea
|
||||
.DS_Store
|
||||
*.local
|
||||
|
||||
# Keep frontend .gitignore for frontend-specific rules
|
||||
!frontend/.gitignore
|
||||
# Backend
|
||||
backend/target/
|
||||
backend/data/*.db
|
||||
backend/data/*.mv.db
|
||||
|
||||
# Frontend
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
|
||||
# Logs & IDE
|
||||
*.log
|
||||
.idea
|
||||
.DS_Store
|
||||
*.local
|
||||
|
||||
# Keep frontend .gitignore for frontend-specific rules
|
||||
!frontend/.gitignore
|
||||
|
||||
Reference in New Issue
Block a user