1.0.1 初始化铜壶管理系统项目并配置容器化

This commit is contained in:
Hongying Li
2026-04-12 18:28:37 +08:00
parent 72239c24fd
commit 5dd16d9809
129 changed files with 15165 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# IDE / OS
.idea/
.vscode/
*.suo
*.ntvs
*.njsproj
*.sln
.DS_Store
Thumbs.db
desktop.ini
# Build and Env
.env.local
# Database / Storage (Docker Compose mounted path)
data/
*.db
*.sqlite
*.sqlite3
# Logs
logs/
*.log