mirror of
https://github.com/woodchen-ink/random-api-go.git
synced 2025-07-19 06:12:01 +08:00
删除不再使用的.dockerignore文件,清理项目中的多余配置,优化Docker构建过程。
This commit is contained in:
parent
3f27f418fa
commit
bb8c011062
@ -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
|
Loading…
x
Reference in New Issue
Block a user