From aff1841b3dc7c8a3ad18cc24901bb629193749a9 Mon Sep 17 00:00:00 2001 From: Nick Raienko Date: Mon, 4 May 2015 01:34:36 +0300 Subject: [PATCH] Update .gitignore with *.log Add additional rule to exclude files like npm-debug.log. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ed8c09532..f82c4f157 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ project.xcworkspace # Node node_modules +*.log