From c0e3f5ebfce4921b93caf983a63f99172c964209 Mon Sep 17 00:00:00 2001 From: Nate Potter Date: Mon, 17 Oct 2016 16:01:23 -0700 Subject: [PATCH] Add bundle.min.js to gitignore Change-Id: I49f81b3a28f2925fbbc66ab61b5ccd77b8c4165c --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 328c560..e568bb8 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ releasenotes/build # UI Node files ui/node_modules ui/npm-debug.log +ui/src/bundle.min.js