diff options
author | DylanB95EST <dylan.byrne@est.tech> | 2021-09-21 13:46:47 +0100 |
---|---|---|
committer | DylanB95EST <dylan.byrne@est.tech> | 2021-09-22 15:22:17 +0100 |
commit | 69c896b25cbdd549ec5ece590e5593e202bab950 (patch) | |
tree | 5e5c691d52e0ca2441d053815a5b984435a7ce51 /.gitignore | |
parent | cf2482c1fa1b7b9d9638e7c658807e8ab35069b4 (diff) |
openapi.yaml should not be modified when the application is compiled
Make Changes to ignore generated yml files for API Specification for
CPS-Core
Issue-ID: CPS-674
Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
Change-Id: I0bff21ccf0353ebf5d0e3e3ffbf0aa9e9c141376
Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3c5994fa22..cafc7a1fd6 100755 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ cps-application/archunit_store target/ log/ +docs/api/swagger/cps/openapi.yaml +docs/api/swagger/ncmp/openapi.yaml .idea/ .idea_modules/ |