From 7904db521066a329226af2390df65420852c7bf4 Mon Sep 17 00:00:00 2001 From: AlexeyBarabash Date: Fri, 27 Dec 2019 19:35:46 +0200 Subject: [PATCH] Updated ignored files with bundles constants --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 55fd3c6..db5d603 100644 --- a/.gitignore +++ b/.gitignore @@ -37,7 +37,9 @@ jspm_packages # Optional REPL history .node_repl_history +# Generated bundles files bundles/*.js +bundles/constants/*.js #Editors .idea