diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-09-22 16:16:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-09-22 16:16:49 +0000 |
commit | 2ada179e24a4adf5ad69a594435fbfff2c5178b4 (patch) | |
tree | 72802c837ff51cce2bde2827b449b841150713b1 /.gitignore | |
parent | 7c94323078c1db1973117defa94ddcde414a323f (diff) | |
parent | 69c896b25cbdd549ec5ece590e5593e202bab950 (diff) |
Merge "openapi.yaml should not be modified when the application is compiled"
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/ |