aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkurczews <krzysztof.kurczewski@nokia.com>2018-12-28 09:58:34 +0100
committerkurczews <krzysztof.kurczewski@nokia.com>2018-12-28 10:12:59 +0100
commit318a22df2adea04691bfea1fde92daa132ec2d38 (patch)
tree976d68ba935aa683b7627fbe6079daab05e0ba5a
parente42c7cf9d25b5a5ec3e3bf2cbb5e04441ec45359 (diff)
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 <krzysztof.kurczewski@nokia.com>
-rw-r--r--aai-schema/.gitignore3
1 files changed, 3 insertions, 0 deletions
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