sysmonitord/.gitignore
wk233 12be6dde33 chore: 清理构建文件和更新gitignore
- 移除编译的二进制文件
- 更新.gitignore忽略编译输出
- 保持仓库清洁
2026-01-06 21:25:21 +08:00

36 lines
419 B
Plaintext

# 编译的二进制文件
sysmonitord # 主程序
test # 测试程序
# 构建目录
bin/
build/
dist/
output/
# Go特定文件
*.exe
*.test
*.out
*.prof
# 依赖
vendor/
# 开发环境
.vscode/
.idea/
*.code-workspace
# 临时文件
tmp/
*.tmp
*.log
# 配置文件(不提交个人配置)
config.local.yaml
.env
.env.local
# 系统文件
.DS_Store