Files
SaaS2/.dockerignore
RUI ac2068755b
Some checks failed
Next.js CI/CD 流水线 / deploy (push) Failing after 2m54s
0606.4
2025-06-06 01:34:58 +08:00

45 lines
569 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 依赖和构建产物
node_modules
.next
.pnpm-store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# 版本控制
.git
.gitignore
# CI/CD新的部署方式不需要这些
.github
# 开发工具
.vscode
.cursor
.idea
*.swp
*.swo
# 环境变量文件
.env
.env.*
!.env.example
# 测试和覆盖率
coverage
.nyc_output
test-results
# 临时文件和系统文件
.DS_Store
*.tmp
*.temp
Thumbs.db
# 文档保留README.md可能包含重要信息
LICENSE
# Docker 相关文件(避免递归复制)
Dockerfile*
docker-compose*.yml