From b385b6abc835058575d8bda8fffafe8d6c1eff66 Mon Sep 17 00:00:00 2001 From: Josh Burman Date: Thu, 14 Mar 2019 17:06:34 -0400 Subject: [PATCH] gitignore for dist --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 67a1262..92ea65e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /logs/* /.nyc_output/* /node_modules/* +/dist/*