Skip to content

Commit

Permalink
chore: remove .openapi-generator directory (#20)
Browse files Browse the repository at this point in the history
The `.openapi-generator` directory is already mentioned in `.gitignore`,
but it had not been removed from the repository. In addition to removing
that directory, this updates the Makefiles so that the
`.openapi-generator` directory is explicitly removed whenever code is
regenerated.

We have to explicitly remove this directory because the
`semantic-release/git` plugin [intentionally does not respect
`.gitignore`](semantic-release/git#345), so
these files will be re-committed on every release if they are not
explicitly removed during code generation.
  • Loading branch information
ctreatma authored and jkallem-equinix committed Aug 21, 2024
1 parent 7774182 commit e8c60a3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1,368 deletions.
Loading

0 comments on commit e8c60a3

Please sign in to comment.