From d18012b58dc62da131ff72294a0f76c2d38a8e8a Mon Sep 17 00:00:00 2001 From: Joe Ludwig Date: Tue, 9 Feb 2021 08:52:56 -0800 Subject: [PATCH] Added dist to .gitignore Since the dev on the other end is likely to rebuild anyway --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 40b878d..b947077 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules/ \ No newline at end of file +node_modules/ +dist/