初始化仓库及v1.0.0提交

This commit is contained in:
2026-05-05 03:21:58 +08:00
commit 813bb02672
67 changed files with 5263 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Dependencies
node_modules/
vendor/
# Environment variables
.env
.env.local
# Config files (managed by Web installer)
config/db-config.json
config/app-config.json
# Uploads (keep .gitkeep)
uploads/*
!uploads/.gitkeep
# IDE and Editor
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
logs/
*.log
# OS generated files
.DS_Store
Thumbs.db
# Plan workflow
.cospec/