From 0de04b91151852542c3fd56ef8efa54c10b18eea Mon Sep 17 00:00:00 2001 From: gaboesquivel Date: Mon, 2 Feb 2015 13:42:54 -0600 Subject: [PATCH] adds npm-debug.log to gitignore --- app/templates/_.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/templates/_.gitignore b/app/templates/_.gitignore index 6b4afbb0f..a5f8174b5 100644 --- a/app/templates/_.gitignore +++ b/app/templates/_.gitignore @@ -5,4 +5,5 @@ public .idea client/bower_components dist -/server/config/local.env.js \ No newline at end of file +/server/config/local.env.js +npm-debug.log