Sha256: 9ef0bbe34bc489f0163308a1ea99986668357461d30887e03f377adc6defa6d4

Contents?: true

Size: 1.11 KB

Versions: 9

Compression:

Stored size: 1.11 KB

Contents

# OpenAPI Generator Ignore
# Generated by openapi-generator https://github.com/openapitools/openapi-generator

# Use this file to prevent files from being overwritten by the generator.
# The patterns follow closely to .gitignore or .dockerignore.

# 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

# 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

# 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

.gitignore
.rubocop.yml
.travis.yml
Gemfile
Gemfile.lock
git_push.sh
Rakefile
spec/spec_helper.rb

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
datadog_api_client-1.7.0 .openapi-generator-ignore
datadog_api_client-1.6.0 .openapi-generator-ignore
datadog_api_client-1.5.0 .openapi-generator-ignore
datadog_api_client-1.4.0 .openapi-generator-ignore
datadog_api_client-1.3.0 .openapi-generator-ignore
datadog_api_client-1.2.0 .openapi-generator-ignore
datadog_api_client-1.1.0 .openapi-generator-ignore
datadog_api_client-1.0.0 .openapi-generator-ignore
datadog_api_client-1.0.0.beta.3 .openapi-generator-ignore