From a83eef6d8df95ba3f275cb7e2edc5d9b768cc0f5 Mon Sep 17 00:00:00 2001 From: Hinton Date: Thu, 18 Sep 2025 18:07:38 +0200 Subject: [PATCH] Ignore Cargo.toml for api bindings --- crates/bitwarden-api-api/.openapi-generator-ignore | 4 ++++ crates/bitwarden-api-identity/.openapi-generator-ignore | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/crates/bitwarden-api-api/.openapi-generator-ignore b/crates/bitwarden-api-api/.openapi-generator-ignore index 0a3fec13f..bbda31728 100644 --- a/crates/bitwarden-api-api/.openapi-generator-ignore +++ b/crates/bitwarden-api-api/.openapi-generator-ignore @@ -25,3 +25,7 @@ docs/*.md .travis.yml git_push.sh +.gitignore + +# We handle dependency updates with renovate, so we don't want to overwrite Cargo.toml +Cargo.toml diff --git a/crates/bitwarden-api-identity/.openapi-generator-ignore b/crates/bitwarden-api-identity/.openapi-generator-ignore index 0a3fec13f..bbda31728 100644 --- a/crates/bitwarden-api-identity/.openapi-generator-ignore +++ b/crates/bitwarden-api-identity/.openapi-generator-ignore @@ -25,3 +25,7 @@ docs/*.md .travis.yml git_push.sh +.gitignore + +# We handle dependency updates with renovate, so we don't want to overwrite Cargo.toml +Cargo.toml