-f
This commit is contained in:
31
.dockerignore
Normal file
31
.dockerignore
Normal file
@@ -0,0 +1,31 @@
|
||||
# 数据目录
|
||||
data/
|
||||
|
||||
# Git 相关
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# IDE 相关
|
||||
.vscode/
|
||||
.idea/
|
||||
.cursor/
|
||||
|
||||
# 文档
|
||||
*.md
|
||||
|
||||
# 临时文件
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
# 测试文件
|
||||
*_test.go
|
||||
|
||||
# 部署脚本
|
||||
deploy/
|
||||
gen_api.ps1
|
||||
|
||||
# Docker compose 文件(不需要在镜像中)
|
||||
docker-compose*.yml
|
||||
|
||||
# 其他不需要的文件
|
||||
.cursorrules
|
||||
Reference in New Issue
Block a user