Skip to content

Commit 77b9ebb

Browse files
committed
Revert "chore: remove unnecessary files and update configurations"
This reverts commit a0e9975.
1 parent 7ab5e38 commit 77b9ebb

23 files changed

Lines changed: 4989 additions & 0 deletions

.apigentools-info

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"additional_stamps": [],
3+
"info_version": "2",
4+
"spec_versions": {
5+
"v1": {
6+
"apigentools_version": "1.2.0",
7+
"regenerated": "2020-10-07 10:58:38.443200",
8+
"spec_repo_commit": "23b1515"
9+
}
10+
}
11+
}

.openapi-generator-ignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# OpenAPI Generator Ignore
2+
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
3+
4+
# Use this file to prevent files from being overwritten by the generator.
5+
# The patterns follow closely to .gitignore or .dockerignore.
6+
7+
# As an example, the C# client generator defines ApiClient.cs.
8+
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
9+
#ApiClient.cs
10+
11+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
12+
#foo/*/qux
13+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14+
15+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16+
#foo/**/qux
17+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18+
19+
# You can also negate patterns with an exclamation (!).
20+
# For example, you can ignore all files in a docs folder with the file extension .md:
21+
#docs/*.md
22+
# Then explicitly reverse the ignore rule for a single file:
23+
#!docs/README.md
24+
25+
.travis.yml
26+
27+
.gitignore
28+
29+
build.bat
30+
build.sh
31+
git_push.sh
32+
mono_nunit_test.sh
33+
packages.config
34+
openapitools.json
35+
appveyor.yml
36+
packages.config
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"packageName": "PollinationSDK",
3+
"projectName": "PollinationSDK",
4+
"packageUrl": "https://github.com/pollination/csharp-sdk",
5+
"packageVersion": "1.1.0",
6+
"sourceFolder": "src",
7+
"optionalAssemblyInfo": false,
8+
"optionalProjectFile": false
9+
}

0 commit comments

Comments
 (0)