hi-server/.gitignore
shanshanzhong 7a3a53f1a9
All checks were successful
Build docker and publish / build (20.15.1) (push) Successful in 7m47s
ipa
2026-03-08 05:12:28 -07:00

82 lines
1.3 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
# Codex local configuration
.codex/
# Claude Flow runtime data
.claude-flow/data/
.claude-flow/logs/
# Environment variables
.env
.env.local
.env.*.local