SAAS/.dockerignore
2025-05-14 00:30:11 +08:00

32 lines
349 B
Plaintext

# 开发环境文件
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