.openapi-generator-ignore 1.0 KB

123456789101112131415161718192021222324252627
  1. # OpenAPI Generator Ignore
  2. # Generated by openapi-generator https://github.com/openapitools/openapi-generator
  3. # Use this file to prevent files from being overwritten by the generator.
  4. # The patterns follow closely to .gitignore or .dockerignore.
  5. # As an example, the C# client generator defines ApiClient.cs.
  6. # You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
  7. #ApiClient.cs
  8. # You can match any string of characters against a directory, file or extension with a single asterisk (*):
  9. #foo/*/qux
  10. # The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
  11. # You can recursively match patterns against a directory, file or extension with a double asterisk (**):
  12. #foo/**/qux
  13. # This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
  14. # You can also negate patterns with an exclamation (!).
  15. # For example, you can ignore all files in a docs folder with the file extension .md:
  16. #docs/*.md
  17. # Then explicitly reverse the ignore rule for a single file:
  18. #!docs/README.md
  19. git_push.sh
  20. .npmignore
  21. .gitignore