From 69c896b25cbdd549ec5ece590e5593e202bab950 Mon Sep 17 00:00:00 2001 From: DylanB95EST Date: Tue, 21 Sep 2021 13:46:47 +0100 Subject: 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 Change-Id: I0bff21ccf0353ebf5d0e3e3ffbf0aa9e9c141376 Signed-off-by: DylanB95EST --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') 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/ -- cgit 1.2.3-korg