From f7aeb280ab8b688f18420f52cfba27b840d64f28 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 5 Oct 2022 13:57:03 -0400 Subject: [PATCH] Ignore data files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ddeeeb6..1b4ab6e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /dist/ /node_modules/ /package-lock.json +/*.json