From 916dfb488d03f1a49ef6d77678b64471297cf682 Mon Sep 17 00:00:00 2001 From: buzzcode2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Thu, 8 May 2025 02:43:42 +0000 Subject: [PATCH] Config: Don't commit testing data Get yours instead! --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b6b2d74..08aa39c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ .DS_Store .env node_modules -package-lock.json \ No newline at end of file +package-lock.json +data/ \ No newline at end of file