Skip to content

Commit

Permalink
chore: simplify openapi (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp authored May 5, 2022
1 parent 64da40c commit 87a87e9
Show file tree
Hide file tree
Showing 27 changed files with 325 additions and 636 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dist
.cache

.openapi-generator
/openapitools.json

clients/algoliasearch-client-javascript/packages/*/.openapi-generator-ignore
tests/output/*/.openapi-generator-ignore
Expand Down
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
dist
node_modules
vendor
build
.gradle
target
bin
Loading

0 comments on commit 87a87e9

Please sign in to comment.