Skip to content

Commit

Permalink
fix(openapi): openapi-generator-ignore file
Browse files Browse the repository at this point in the history
    Primary Changes
    ---------------
    1. Fixed openapi-generator-ignore file to include the
       merge conflict error fix

Signed-off-by: jagpreetsinghsasan <jagpreetsinghsasan@accenture.com>
  • Loading branch information
jagpreetsinghsasan authored and petermetz committed Sep 9, 2024
1 parent 6f58699 commit 4df1211
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions openapi-generator-ignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
**/git_push.sh
**/.npmignore
**/.gitignore

**/generated/openapi/go-client/docs/**
**/generated/openapi/kotlin-client/docs/**
**/generated/openapi/kotlin-client/gradle/**
<<<<<<< HEAD
**/generated/**/.openapi-generator-ignore

# TODO: Figure out a better way to generalize these ignore patterns that are
Expand All @@ -12,7 +13,3 @@ packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-
packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/build.gradle.kts
packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/src/main/kotlin/org/hyperledger/cactus/plugin/ledger/connector/corda/server/Application.kt
packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/src/test/kotlin/org/hyperledger/cactus/plugin/ledger/connector/corda/server/api/ApiPluginLedgerConnectorCordaTest.kt
=======
**/generated/openapi/go-client/docs/**
**/generated/**/.openapi-generator-ignore
>>>>>>> 5f00f4fc1 (build(api-client): generate go client)

0 comments on commit 4df1211

Please sign in to comment.