Files
Baradb/.gitignore
T
dimgigov a5abb6031b
CI / test (push) Has been cancelled
CI / verify (push) Has been cancelled
Clients CI / build-server (push) Has been cancelled
Clients CI / test-python (push) Has been cancelled
Clients CI / test-javascript (push) Has been cancelled
Clients CI / test-nim (push) Has been cancelled
Clients CI / test-rust (push) Has been cancelled
fix(backup): fix 7 bugs in backup/restore — strip-components, multi-db path, verify+log in HTTP handler, parseBackupFilename for .tar, getArchiveSize gzip -l, dead code removal
2026-05-25 20:44:14 +03:00

51 lines
678 B
Plaintext

# Build
build/
nimcache/
nimblecache/
*.out
# Binaries (compiled test executables)
tests/test_all
tests/stress_test
tests/test_lock
tests/test_minimal
tests/tla_faithfulness
tests/fuzz_test
tests/prop_test
benchmarks/bench_all
benchmarks/compare
clients/nim/tests/test_client
src/baradadb
src/barabadb/client/client
src/barabadb/core/raft
src/barabadb/core/backup
# Temp
*.tmp
*.log
# Data
data/
# OS
.DS_Store
Thumbs.db
# External references
GEL/
# Python
__pycache__/
*.pyc
# Rust
clients/rust/target/
# Nim compiled binaries
clients/nim/src/baradb/client
src/barabadb/storage/compaction
src/barabadb/query/executor
tests/join_tests
*.tar.gz
tests/nimforum_smoke_test