init: 狐蒂云活动监控项目初始化

This commit is contained in:
ikmkj
2026-03-18 12:16:18 +08:00
commit b0afdbd9a0
20 changed files with 16147 additions and 0 deletions

53
.dockerignore Normal file
View File

@@ -0,0 +1,53 @@
# 依赖
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock
# 运行时
*.log
logs
*.pid
*.seed
*.pid.lock
# 测试
coverage
.nyc_output
# 环境配置
.env
.env.local
.env.*.local
# IDE
.vscode
.idea
*.swp
*.swo
*~
# Git
.git
.gitignore
.gitattributes
# 文档
README.md
DEPLOY.md
CHANGELOG.md
*.md
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# 其他
.DS_Store
Thumbs.db
# 不需要复制到容器的文件
auto-buy/node_modules