From 10df067be70e547743406c55ec4357e9851f616f Mon Sep 17 00:00:00 2001 From: xavijam Date: Thu, 14 Jan 2016 12:50:06 +0100 Subject: [PATCH] Ignoring dist and tmp folders --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b785247..231a8e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules npm-debug.log -tmp +.tmp +dist