mirror of
https://github.com/qdrant/qdrant.git
synced 2026-09-21 13:37:46 -05:00
* chore: gitignore .idea and .vscode globally
Reason: `lib/edge/publish` is a separate Cargo workspace and I'd like to
have a separate rust-analyzier configuration for it, which is stored in
`.vscode/settings.json`. Not sure about `.idea`, but I guess the same
logic applies.
* chore: Use Iterator::is_sorted (stabilized in Rust 1.82)
* chore: remove unrelated files
These were added in #5501 (42fd2e27), perhaps by accident?
23 lines
341 B
Plaintext
23 lines
341 B
Plaintext
/target
|
|
.idea
|
|
.vscode
|
|
/.devcontainer
|
|
/storage
|
|
/snapshots
|
|
/consensus_test_logs
|
|
/tests/consensus_test_logs
|
|
/config/local
|
|
/tls
|
|
/static
|
|
*.log
|
|
.qdrant-initialized
|
|
/.hypothesis
|
|
**/__pycache__
|
|
tests/storage-compat/compatibility.tar
|
|
tests/storage-compat/full-snapshot.snapshot.gz
|
|
tests/storage-compat/storage.tar.bz2
|
|
venv
|
|
.venv
|
|
.env
|
|
.python-version
|