From 05b942ebb91594b2108e31103fbf221549d17b32 Mon Sep 17 00:00:00 2001 From: buzzcode2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Fri, 11 Apr 2025 02:12:40 +0000 Subject: [PATCH] fix(config): Updated ignore files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2e46868..0ef4f77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ .env -node_modules \ No newline at end of file +node_modules +.idx/.data/ +.idx/*.log* +.vscode/settings.json \ No newline at end of file