service.xpcool.com/.gitignore
夏犀麟 5e517a2d95
Some checks failed
Build and Deploy (service.xpcool.com) / build-and-deploy (push) Failing after 33s
chore: 移除误提交的本地测试产物并忽略
2026-08-27 23:20:53 +08:00

36 lines
560 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.buildpath
.hgignore.swp
.project
.orig
.swp
.idea/
.settings/
.vscode/
bin/
**/.DS_Store
gf
main
main.exe
output/
manifest/output/
temp/
temp.yaml
bin
**/config/config.yaml
# WorkBuddy 本地记忆仅放行变更记录CHANGELOG.md其余本地数据不入库
.workbuddy/*
!.workbuddy/memory/
.workbuddy/memory/*
!.workbuddy/memory/CHANGELOG.md
# server runtime logs
log/
# 本地环境变量含数据库口令禁止提交
.env*
# GoLand 项目级运行配置含数据库口令禁止提交
.run/
service_test.exe
service_test2*