octokit / source-generator

Generates SDKs from GitHub's OpenAPI specification. Built on Kiota.
8 stars 4 forks source link

.kiota.log is being persisted in the generated repos #128

Open nickfloyd opened 2 weeks ago

nickfloyd commented 2 weeks ago

Currently, even though .kiota.log is specified in the go generators the log is still being persisted and shipped over to the receiving repos under pkg/GitHub

We need to filter these out.