-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from visier/release-0.0.201
Auto-generated SDK release-0.0.201
- Loading branch information
Showing
1,284 changed files
with
9,005 additions
and
47,799 deletions.
There are no files selected for viewing
37 changes: 18 additions & 19 deletions
37
src/visier.sdk.api.administration/.openapi-generator-ignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
# OpenAPI Generator Ignore | ||
# Generated by openapi-generator https://github.com/openapitools/openapi-generator | ||
# Ignore folders | ||
docs/ | ||
.github/ | ||
|
||
# Use this file to prevent files from being overwritten by the generator. | ||
# The patterns follow closely to .gitignore or .dockerignore. | ||
# Ignore core library .py files | ||
visier/sdk/api/*/*.py | ||
!visier/sdk/api/*/__init__.py | ||
|
||
# As an example, the C# client generator defines ApiClient.cs. | ||
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line: | ||
#ApiClient.cs | ||
# Resolving pytest import errors: init.py in /test/ causes conflicts | ||
# Removing init.py ensures pytest prioritizes installed packages, avoiding ambiguity. | ||
/test/__init__.py | ||
|
||
# You can match any string of characters against a directory, file or extension with a single asterisk (*): | ||
#foo/*/qux | ||
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux | ||
# Ignore files in the root by default | ||
/* | ||
|
||
# You can recursively match patterns against a directory, file or extension with a double asterisk (**): | ||
#foo/**/qux | ||
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux | ||
|
||
# You can also negate patterns with an exclamation (!). | ||
# For example, you can ignore all files in a docs folder with the file extension .md: | ||
#docs/*.md | ||
# Then explicitly reverse the ignore rule for a single file: | ||
#!docs/README.md | ||
# Allow specific files for PyPI publishing | ||
!setup.py | ||
!setup.cfg | ||
!requirements.txt | ||
!test-requirements.txt | ||
!tox.ini | ||
!pyproject.toml |
Oops, something went wrong.