From abd94a7f5a50f43c797a11b53549ae48fff667c3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 10 Oct 2016 03:43:44 +0200 Subject: add node_modules to address #4364 --- .gitignore | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index bcf3d5ba7..f348b601d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,13 @@ -node_modules/ -*.js.map +lib/**/*.js.map +background/**/*.js.map +popup/**/*.js.map +pages/**/*.js.map +pogen/**/*.js.map +test/**/*.js.map +content_scripts/**/*.js.map background/*.js +pogen/*.js +test/*.js lib/wallet/*.js pages/*.js content_scripts/*.js @@ -10,4 +17,3 @@ popup/*.js test/tests/*.js build/ .idea/ -*.zip -- cgit v1.2.3