From c6ea8af564c89f97ea0198b60cea32bf9865c40f Mon Sep 17 00:00:00 2001
From: bclayton-usgs <bclayton@usgs.gov>
Date: Tue, 19 May 2020 13:18:04 -0600
Subject: [PATCH] ignore libs dir

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

diff --git a/.dockerignore b/.dockerignore
index a2a2390..4f50c34 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -11,3 +11,4 @@ tmp
 .apt_generated*
 .factorypath
 swagger-files
+libs
diff --git a/.gitignore b/.gitignore
index 85d2251..9cbbe5b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ Scratch*.js
 webapp/config.json
 config.properties
 swagger-files
+libs
-- 
GitLab