This commit is contained in:
2026-02-28 23:19:07 +08:00
parent 4aa6a8ff6a
commit 37cdfe2b68
8 changed files with 11304 additions and 7 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
*.iml
.vscode/
*.swp
*.swo
# Backend - Maven
backend/target/
backend/uploads/
# Frontend - Node
frontend/node_modules/
frontend/dist/
# Logs
*.log
/tmp/