hi-server/.gitignore
shanshanzhong 4d913c1728
All checks were successful
Build docker and publish / build (20.15.1) (push) Successful in 7m26s
修复缓存
2026-03-06 21:58:29 -08:00

70 lines
1.1 KiB
Plaintext
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.

# ==================== IDE / 编辑器 ====================
.idea/
.vscode/
*.swp
*.swo
*~
# ==================== OS 系统文件 ====================
.DS_Store
Thumbs.db
# ==================== Go 构建产物 ====================
/bin/
/build/
/generate/
*.exe
*.dll
*.so
*.dylib
# ==================== 环境 / 密钥 / 证书 ====================
.env
.env.*
!.env.example
*.p8
*.crt
*.key
*.pem
# ==================== 日志 ====================
*.log
*.log.*
logs/
# ==================== 测试 ====================
/test/
*_test.go
*_test_config.go
**/logtest/
*_test.yaml
# ==================== AI 工具链Ruflo / Serena / CGC====================
.claude/
.claude-flow/
.serena/
.swarm/
.mcp.json
CLAUDE.md
# ==================== Node项目不需要====================
node_modules/
package.json
package-lock.json
# ==================== 临时 / 本地配置 ====================
*-dev.yaml
*.local.yaml
*.tmp
*.bak
# ==================== 脚本 ====================
*.sh
script/*.sh
# ==================== CI/CD 本地运行配置 ====================
.run/
# ==================== 临时笔记 ====================
订单日志.txt