From e30064d31111b17397879ae1922a077ff1d870af Mon Sep 17 00:00:00 2001 From: bclayton-usgs <bclayton@usgs.gov> Date: Tue, 17 Mar 2020 11:32:15 -0600 Subject: [PATCH] ignore swagger files --- .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