19 lines
243 B
Plaintext
19 lines
243 B
Plaintext
# 构建产物
|
|
/bin/
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
__debug_bin*
|
|
|
|
# 嵌入的前端产物不入库,仅保留占位 index.html(保 go build)
|
|
/internal/webui/dist/*
|
|
!/internal/webui/dist/index.html
|
|
|
|
# 本地数据与环境
|
|
*.db
|
|
.env
|
|
|
|
# IDE
|
|
.idea/
|
|
.DS_Store
|