This commit is contained in:
2025-05-14 00:30:11 +08:00
parent d9b3415c7b
commit d972f9b3dc
206 changed files with 50243 additions and 6881 deletions

32
.dockerignore Normal file
View File

@@ -0,0 +1,32 @@
# 开发环境文件
node_modules
.git
.github
.next
.vscode
*.log
*.md
!README-*.md
# 测试文件
__tests__
coverage
jest.config.js
# 本地开发文件
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Docker相关文件
Dockerfile
docker-compose.yml
.dockerignore
# 其他文件
.DS_Store
*.zip
*.tar.gz
.cursor