Initial commit: Pipeline Database
This commit is contained in:
49
.gitignore
vendored
Normal file
49
.gitignore
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
# 数据库文件
|
||||
*.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
|
||||
Reference in New Issue
Block a user