From f23ceea934691958933d8a2140309a82cf36828d Mon Sep 17 00:00:00 2001 From: ycc Date: Tue, 7 Mar 2023 13:35:54 +0100 Subject: [PATCH] gitignore update for swagger and exe --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index adf8f72..790075b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,8 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +oc-discovery +swagger/* # Dependency directories (remove the comment below to include it) # vendor/