- Improved error handling in various modules for better stability and responsiveness. - Optimized code in several files for improved efficiency and readability. - Enhanced user experience by providing more detailed error responses in the controller. - Strengthened security by ignoring sensitive files in `.gitignore`.
11 lines
79 B
Plaintext
11 lines
79 B
Plaintext
.idea
|
|
.vscode
|
|
upload
|
|
*.exe
|
|
*.db
|
|
build
|
|
*.db-journal
|
|
logs
|
|
data
|
|
/web/node_modules
|