From 9e900c242562569a6cc368461d402c817d1c0c04 Mon Sep 17 00:00:00 2001 From: Daniel Haven <49914607+danielh-official@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:43:07 -0400 Subject: [PATCH] Add Jetbrains .idea folder to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 12ac647..b8c8768 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -.DS_Store \ No newline at end of file +.DS_Store +.idea/ \ No newline at end of file