forked from loafle/openapi-generator-original
Fix typo in .swagger-codegen-ignore
This commit is contained in:
parent
2843c44401
commit
723f65b940
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
|
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
|
||||||
#foo/**/qux
|
#foo/**/qux
|
||||||
# Thsi matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
|
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
|
||||||
|
|
||||||
# You can also negate patterns with an exclamation (!).
|
# You can also negate patterns with an exclamation (!).
|
||||||
# For example, you can ignore all files in a docs folder with the file extension .md:
|
# For example, you can ignore all files in a docs folder with the file extension .md:
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
|
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
|
||||||
#foo/**/qux
|
#foo/**/qux
|
||||||
# Thsi matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
|
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
|
||||||
|
|
||||||
# You can also negate patterns with an exclamation (!).
|
# You can also negate patterns with an exclamation (!).
|
||||||
# For example, you can ignore all files in a docs folder with the file extension .md:
|
# For example, you can ignore all files in a docs folder with the file extension .md:
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
|
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
|
||||||
#foo/**/qux
|
#foo/**/qux
|
||||||
# Thsi matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
|
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
|
||||||
|
|
||||||
# You can also negate patterns with an exclamation (!).
|
# You can also negate patterns with an exclamation (!).
|
||||||
# For example, you can ignore all files in a docs folder with the file extension .md:
|
# For example, you can ignore all files in a docs folder with the file extension .md:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
## @swagger/angular2-typescript-petstore@0.0.1-SNAPSHOT.201606142120
|
## @swagger/angular2-typescript-petstore@0.0.1-SNAPSHOT.201606142149
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ navigate to the folder of your consuming project and run one of next commando's.
|
|||||||
_published:_
|
_published:_
|
||||||
|
|
||||||
```
|
```
|
||||||
npm install @swagger/angular2-typescript-petstore@0.0.1-SNAPSHOT.201606142120 --save
|
npm install @swagger/angular2-typescript-petstore@0.0.1-SNAPSHOT.201606142149 --save
|
||||||
```
|
```
|
||||||
|
|
||||||
_unPublished (not recommended):_
|
_unPublished (not recommended):_
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swagger/angular2-typescript-petstore",
|
"name": "@swagger/angular2-typescript-petstore",
|
||||||
"version": "0.0.1-SNAPSHOT.201606142120",
|
"version": "0.0.1-SNAPSHOT.201606142149",
|
||||||
"description": "swagger client for @swagger/angular2-typescript-petstore",
|
"description": "swagger client for @swagger/angular2-typescript-petstore",
|
||||||
"author": "Swagger Codegen Contributors",
|
"author": "Swagger Codegen Contributors",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user