2026-05-21-11-13-49 独立Docker程序包

This commit is contained in:
Codex
2026-05-21 11:18:50 +08:00
commit 57415a1a0b
337 changed files with 16747 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Dependencies
node_modules/
WebSite/node_modules/
# Build output
dist/
WebSite/dist/
# Runtime backend state and generated exports
data/
exports/
WebSite/data/
WebSite/exports/
# Local env
.env
.env.*
WebSite/.env
WebSite/.env.*
# Logs and OS/editor noise
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.DS_Store
Thumbs.db
.vscode/
.idea/