调整结构

This commit is contained in:
fish
2025-10-07 10:32:46 +08:00
parent 1e9cdda192
commit 2b1d9b4e8d
13 changed files with 281 additions and 1 deletions

26
api_delete/.dockerignore Normal file
View 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/