Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ client/python/poetry.lock
/poetry.lock
/polaris-venv/
/pyproject.toml
/client/python/
!/client/python/pyproject.toml
client/python/.openapi-generator/
client/python/docs/
client/python/polaris/
client/python/test/
!client/python/test/test_cli_parsing.py

# Polaris CLI profile
.polaris.json
Expand Down
4 changes: 4 additions & 0 deletions client/python/.openapi-generator-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,9 @@ setup.py
.gitlab-ci.yml
.travis.yml
.github/workflows/python.yml
git_push.sh
setup.cfg
tox.ini
README.md


300 changes: 0 additions & 300 deletions client/python/.openapi-generator/FILES

This file was deleted.

1 change: 0 additions & 1 deletion client/python/.openapi-generator/VERSION

This file was deleted.

Loading
Loading