From 1ad07d99774f5c5044fff407a6e88f70909f4427 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Mon, 22 Aug 2016 00:26:06 -0700 Subject: [PATCH] gitignore folders --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a681feb2..521c7d0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -node_modules -build -dist +node_modules/ +build/ +dist/ npm-debug.log.*