git ignore update
This commit is contained in:
parent
94cccade56
commit
f9c426a78e
2 changed files with 10 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -79,6 +79,11 @@ web_modules/
|
||||||
.env.production.local
|
.env.production.local
|
||||||
.env.local
|
.env.local
|
||||||
|
|
||||||
|
/dist
|
||||||
|
/static
|
||||||
|
/src/routes.ts
|
||||||
|
/src/swagger.json
|
||||||
|
|
||||||
# parcel-bundler cache (https://parceljs.org/)
|
# parcel-bundler cache (https://parceljs.org/)
|
||||||
.cache
|
.cache
|
||||||
.parcel-cache
|
.parcel-cache
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"info": {
|
"info": {
|
||||||
"title": "bma-ehr-evaluation-nodeservice - API",
|
"title": "bma-ehr-organization - API",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "ระบบประเมินบุคคล",
|
"description": "ระบบโครงสร้างอัตรากำลัง",
|
||||||
"license": {
|
"license": {
|
||||||
"name": "by Frappet",
|
"name": "by Frappet",
|
||||||
"url": "https://frappet.com"
|
"url": "https://frappet.com"
|
||||||
|
|
@ -49,6 +49,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"tags": [
|
||||||
|
"Test"
|
||||||
|
],
|
||||||
"security": [
|
"security": [
|
||||||
{
|
{
|
||||||
"bearerAuth": []
|
"bearerAuth": []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue