删除不再使用的.dockerignore文件,清理项目中的多余配置,优化Docker构建过程。

This commit is contained in:
wood chen 2025-06-14 17:59:22 +08:00
parent 3f27f418fa
commit bb8c011062

View File

@ -1,68 +0,0 @@
# Git
.git
.gitignore
.gitattributes
# IDE
.vscode
.idea
*.swp
*.swo
*~
.cursor/
# OS
.DS_Store
Thumbs.db
desktop.ini
# Logs
*.log
logs/
data/logs/
data/server.log
# Database and runtime data
data/data.db
data/stats.json
data/
# Build artifacts
random-api-go.exe
random-api-go
random-api-test
*.exe
# Node.js build artifacts (will be rebuilt in Docker)
web/node_modules/
web/.next/
web/out/
web/.turbo/
# Go
vendor/
*.test
*.prof
# Docker
docker-compose*.yml
test-build.sh
# Documentation
*.md
DOCKER_DEPLOYMENT.md
# Environment and config
.env*
!.env.example
# GitHub
.github/
# Misc
*.tmp
*.temp
.cache/
# README
README.md