From 5b28dceef4d605f7a22eae31b78a7cdf817ac135 Mon Sep 17 00:00:00 2001 From: Graham McGregor Date: Sun, 29 Oct 2017 16:49:16 -0400 Subject: [PATCH] Configure git to ignore build output --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d906f01..5a7321b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store node_modules bower_components +dist/ npm-debug.log