From 318a22df2adea04691bfea1fde92daa132ec2d38 Mon Sep 17 00:00:00 2001 From: kurczews Date: Fri, 28 Dec 2018 09:58:34 +0100 Subject: [PATCH] Add .gitignore for swagger Prevent swagger generated resources to be included in commits by accident. Issue-ID: AAI-2042 Change-Id: If9eddd69a1dc496167b7f275a8a25a8674f4a566 Signed-off-by: kurczews --- aai-schema/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aai-schema/.gitignore b/aai-schema/.gitignore index 2f30844c..14babebe 100644 --- a/aai-schema/.gitignore +++ b/aai-schema/.gitignore @@ -1,2 +1,5 @@ /bin/ /.checkstyle + +aai_swagger_html/ +aai_swagger_yaml/ \ No newline at end of file -- 2.16.6