From fee86998e32126bf201d53a832637b801f609005 Mon Sep 17 00:00:00 2001 From: DylanB95EST Date: Thu, 23 Sep 2021 12:22:55 +0100 Subject: openapi.yaml should not be modified when the application is compiled revert Revert changes made to bug raised in CPS-674. Files will now need to be added manually as part of the release process. Extra step has been added here https://wiki.onap.org/display/DW/CPS+Release+Process Issue-ID: CPS-674 Change-Id: I3da6ca7aa8154c379d3f1c3b042b4c096275ca62 Signed-off-by: DylanB95EST --- .gitignore | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cafc7a1fd6..3c5994fa22 100755 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,6 @@ cps-application/archunit_store target/ log/ -docs/api/swagger/cps/openapi.yaml -docs/api/swagger/ncmp/openapi.yaml .idea/ .idea_modules/ -- cgit 1.2.3-korg