From 48acd3c12df5df98d210c979cbcb96da75aeba18 Mon Sep 17 00:00:00 2001 From: Alex Lovell-Troy Date: Thu, 14 Sep 2023 15:15:07 -0400 Subject: [PATCH] adding dist to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 204ec6e..4385204 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ magellan **/*.db +dist/*