From 0b23523d4905a611148ea775edebf4bd1379919b Mon Sep 17 00:00:00 2001 From: "adrian.flood" Date: Tue, 16 May 2017 14:32:40 +0100 Subject: [PATCH] Ignored dist and lib folders. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 703ce36..c286a2c 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,5 @@ node_modules bower_components coverage npm-debug.log +/dist +/lib