From c9ce1b55eb5ccf7076b23942f47e42114b007270 Mon Sep 17 00:00:00 2001 From: Nathan Bergey Date: Mon, 18 Feb 2019 20:10:44 -0500 Subject: [PATCH] Ignore dist diretory entierly --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 24c456a..f06235c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ node_modules -dist/*.js -dist/*.css -dist/*.xml +dist