From 12770a995db3f9677fa55d9fc24bd73191ee81f6 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 2 Nov 2022 14:03:52 -0400 Subject: [PATCH] Updated git ignore to exclude files under data/ --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bc34e77..cc9300e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ node_modules/ public/css/ public/js/ +# Local data storage +data/ +