From 577e6443ecf407cfe381f9f6e8c13a4bbf75a626 Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Thu, 19 Dec 2019 07:44:47 -0600 Subject: [PATCH] Update gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 88b672dd..df95fda0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ build/ node_modules/ package-lock.json *.swp +dist +.DS_Store