Files
SaaS2/.dockerignore
RUI 643ef11931
Some checks failed
Next.js CI/CD 流水线 / build (push) Failing after 2m47s
Next.js CI/CD 流水线 / deploy (push) Has been skipped
0606.1
2025-06-06 01:09:28 +08:00

46 lines
458 B
Plaintext

# 依赖和构建产物
node_modules
.next
.pnpm-store
# 开发文件
.git
.github
.vscode
.cursor
# 日志文件
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# 环境变量文件
.env
.env.*
!.env.example
# 测试和覆盖率
coverage
.nyc_output
test-results
# 临时文件
.DS_Store
*.tmp
*.temp
Thumbs.db
# IDE 配置
.idea
*.swp
*.swo
# 部署相关
README.md
LICENSE
.gitignore
# Docker 相关
Dockerfile*
docker-compose*.yml