mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
* feat: adds s3 object storage configuration * feat: adds s3 integration test * chore: use map * fix: forgot license header * fix: checking if bucket is empty in test_on * chore: address CR issues * refactor: run s3 test with dotenv * chore: randomize grpc port for test * fix: README in tests-integration * chore: remove redundant comments
38 lines
663 B
Plaintext
38 lines
663 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# Mac DS_Store
|
|
**/*.DS_Store
|
|
|
|
debug/
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
# JetBrains IDE config directory
|
|
.idea/
|
|
*.iml
|
|
|
|
# VSCode IDE config directory
|
|
.vscode/
|
|
|
|
# Logs
|
|
**/__unittest_logs
|
|
logs/
|
|
|
|
# cpython's generated python byte code
|
|
**/__pycache__/
|
|
|
|
# Benchmark dataset
|
|
benchmarks/data
|
|
|
|
# dotenv
|
|
.env
|