From fc9a47c60d0c47d33dafebfa770544fdf68985ab Mon Sep 17 00:00:00 2001 From: filipef9 Date: Thu, 18 May 2017 18:12:40 -0300 Subject: [PATCH] Update .gitignore Ignoring the file npm-debug.log. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f9707a4..e4885cb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ bower_components dist .idea + +npm-debug.log