From 4feb8b445754370a6dff6981529f63e560debd32 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 2 Mar 2018 14:06:36 -0500 Subject: [PATCH] Update gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 506c37a5d4..0d5e304039 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,7 @@ ui/testem.log # used for JS acceptance tests ui/tests/helpers/vault-keys.js ui/vault-ui-integration-server.pid + +# for building static assets +node_modules +package-lock.json