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