diff options
| author | Baitinq <[email protected]> | 2024-05-09 00:15:13 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-05-11 01:32:43 +0200 |
| commit | 0a7be3e1ca6e651759fdb853e83e639f476e0c47 (patch) | |
| tree | 0a53188b22edf971380290fefc3b6075a6a4e629 /.gitignore | |
| parent | k8s: set default number of kafka topic partitions to 2 (diff) | |
| download | fs-tracer-backend-0a7be3e1ca6e651759fdb853e83e639f476e0c47.tar.gz fs-tracer-backend-0a7be3e1ca6e651759fdb853e83e639f476e0c47.tar.bz2 fs-tracer-backend-0a7be3e1ca6e651759fdb853e83e639f476e0c47.zip | |
payloads-processor: connect to DB and insert dummy data
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4fad39f..6930a80 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ /bazel-* .helmsman-tmp/ + +vendor/ |