From 59b66e556f36aabdfbb0821f524d6ddee4e9385b Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Tue, 16 Feb 2021 11:29:05 -0700
Subject: [PATCH] add node files

---
 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index a75bba5..0045c06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+# Java
 .classpath
 .project
 .settings
@@ -25,3 +26,7 @@ __pycache__
 NETCDF_DATA
 *.egg-info
 dist
+
+# Node
+node_modules
+package-lock.json
-- 
GitLab