mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-22 17:06:29 +00:00
* Update bb8 to 0.8.6 To get https://github.com/djc/bb8/pull/186 and https://github.com/djc/bb8/pull/189 which fix potential deadlocks (https://github.com/djc/bb8/issues/154). Also, this (https://github.com/djc/bb8/pull/225) was needed to prevent a connection leak which was conveniently spotted in our integration tests. * Ignore ./.bundle (created by dev console) --------- Co-authored-by: Jose Fernandez (magec) <joseferper@gmail.com>
15 lines
135 B
Plaintext
15 lines
135 B
Plaintext
.idea
|
|
/target
|
|
*.deb
|
|
.vscode
|
|
*.profraw
|
|
cov/
|
|
lcov.info
|
|
|
|
# Dev
|
|
dev/.bash_history
|
|
dev/cache
|
|
!dev/cache/.keepme
|
|
.venv
|
|
**/__pycache__
|
|
.bundle |