Skip to content

Commit

Permalink
Merge pull request #74 from visier/release-0.0.201
Browse files Browse the repository at this point in the history
Auto-generated SDK release-0.0.201
  • Loading branch information
github-actions[bot] authored Sep 5, 2024
2 parents b1a68d0 + d452c04 commit 775946e
Show file tree
Hide file tree
Showing 1,284 changed files with 9,005 additions and 47,799 deletions.
37 changes: 18 additions & 19 deletions src/visier.sdk.api.administration/.openapi-generator-ignore
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
Loading

0 comments on commit 775946e

Please sign in to comment.