From 53e6233ac149f1782e728bda4bdf9e4972121b69 Mon Sep 17 00:00:00 2001 From: Caroline Hagan Date: Thu, 10 Oct 2019 20:18:53 +0100 Subject: [PATCH] Shouldn't we ignore /dist/ as it is built on command and will prevent conflicts? --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 87a192c..b7d01cd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ node_modules/* .gulp-scss-cache/* .sass-cache/* .tmp/* +dist/* # OS or Editor folders ._*