add
This commit is contained in:
26
deploy/api/api_register/.dockerignore
Normal file
26
deploy/api/api_register/.dockerignore
Normal file
@@ -0,0 +1,26 @@
|
||||
# 排除Go编译产物
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
app # 排除本地已构建的二进制文件
|
||||
|
||||
# 排除依赖目录
|
||||
vendor/
|
||||
go/pkg/
|
||||
db
|
||||
scripts
|
||||
shared_data
|
||||
|
||||
# 排除版本控制和日志文件
|
||||
.git/
|
||||
.gitignore
|
||||
logs/
|
||||
*.log
|
||||
*.md
|
||||
*.sql
|
||||
|
||||
# 排除IDE配置文件
|
||||
.idea/
|
||||
.vscode/
|
Reference in New Issue
Block a user