From d3360ec40344e591fd6528e3c1096bf09a66439d Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Fri, 4 Sep 2015 15:22:59 -0500 Subject: [PATCH] Hide all npm-debug logs from source control --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dd55d8ea09..88e3ef3032 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ node_modules *.swp .idea* config.json -npm-debug.log +npm-debug.log* lib website/public/bower_components website/public/new-stuff.html