From 47f43240a026edc72ae6469f1485a165409fb3f6 Mon Sep 17 00:00:00 2001 From: Kaelig Date: Tue, 3 May 2016 19:27:17 -0700 Subject: [PATCH] Ignore log files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 76add87..0973bc0 100755 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -dist \ No newline at end of file +dist +*.log \ No newline at end of file