first commit
Some checks failed
build and push / build-and-push (push) Has been cancelled

This commit is contained in:
编码猿
2025-10-07 03:17:55 +08:00
commit b77e36a178
83 changed files with 6356 additions and 0 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
node_modules
dist
.git
.DS_Store
*.log
docker/ # 排除 docker 配置文件夹本身
.editorconfig
.eslintrc.js
.prettierrc
.vscode
.idea
*.swp
*.swo