Skip to content

Commit 6552cdc

Browse files
authored
[PM-25259] Ignore Cargo.toml for api bindings (#461)
Ignore `Cargo.toml` since it's handled by renovate. This resolves some blocking issues preventing API binding automation.
1 parent 9272018 commit 6552cdc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

crates/bitwarden-api-api/.openapi-generator-ignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@
2525
docs/*.md
2626
.travis.yml
2727
git_push.sh
28+
.gitignore
29+
30+
# We handle dependency updates with renovate, so we don't want to overwrite Cargo.toml
31+
Cargo.toml

crates/bitwarden-api-identity/.openapi-generator-ignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@
2525
docs/*.md
2626
.travis.yml
2727
git_push.sh
28+
.gitignore
29+
30+
# We handle dependency updates with renovate, so we don't want to overwrite Cargo.toml
31+
Cargo.toml

0 commit comments

Comments
 (0)