From 13a99aea85b162a7f03583ed1830a26a843f1978 Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Mon, 22 Jan 2018 16:47:56 +1030 Subject: [PATCH] :bug: Fix: Forgot to add `dist` to `.gitignore` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c42e352..bd9e08a 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ lib src/*.js *.map test/*.spec.js +dist