From: kurczews Date: Fri, 28 Dec 2018 08:58:34 +0000 (+0100) Subject: Add .gitignore for swagger X-Git-Tag: 1.4.1~13^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=318a22df2adea04691bfea1fde92daa132ec2d38;p=aai%2Faai-common.git 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 --- 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