From 8906b05d08b60650278df65dc6f4e30b5e376f87 Mon Sep 17 00:00:00 2001
From: bclayton-usgs <bclayton@usgs.gov>
Date: Tue, 17 Mar 2020 11:18:44 -0600
Subject: [PATCH] ignore swagger-files dir

---
 .dockerignore | 1 +
 .gitignore    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.dockerignore b/.dockerignore
index f814f38..a2a2390 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -10,3 +10,4 @@ tmp
 .vscode
 .apt_generated*
 .factorypath
+swagger-files
diff --git a/.gitignore b/.gitignore
index 8af1f8a..85d2251 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ scratch*.html
 Scratch*.js
 webapp/config.json
 config.properties
+swagger-files
-- 
GitLab