Files
pipelinedb/.gitignore
Pipeline Database 9b91d16192
Some checks failed
CI Pipeline / 测试和基准测试 (1.25.x) (push) Failing after 5s
CI Pipeline / 构建验证 (amd64, linux) (push) Has been skipped
CI Pipeline / 构建验证 (amd64, windows) (push) Has been skipped
CI Pipeline / 构建验证 (arm64, darwin) (push) Has been skipped
CI Pipeline / 构建验证 (arm64, linux) (push) Has been skipped
CI Pipeline / 测试和基准测试 (1.24.x) (push) Failing after 4s
CI Pipeline / 构建验证 (amd64, darwin) (push) Has been skipped
CI Pipeline / 性能回归测试 (push) Has been skipped
CI Pipeline / 通知 (push) Failing after 1s
CI Pipeline / 安全扫描 (push) Failing after 4s
CI Pipeline / 代码质量检查 (push) Failing after 3s
Optimize development toolchain and CI configuration
2025-09-30 15:29:26 +08:00

53 lines
467 B
Plaintext

# 数据库文件
*.db
*.database
examples/**/*.db
test_*.db
*_test.db
*_example.db
benchmark_*.db
# Go 编译产物
build/
dist/
*.exe
*.dll
*.so
*.dylib
*.test
*.out
# Go 性能分析文件
*.prof
cpu.prof
mem.prof
trace.out
# 测试覆盖率
coverage.txt
coverage.out
*.cover
# 日志文件
*.log
debug.log
# 临时文件
*.tmp
*.temp
*.bak
# IDE 文件
.vscode/
.idea/
.zed/
*.swp
*~
# 操作系统文件
.DS_Store
Thumbs.db
# YAML 检查配置
.yamllint