From 8795220c3eb9b274068c32268c380bc8602c6309 Mon Sep 17 00:00:00 2001 From: Ari Yeger Date: Thu, 3 Jul 2025 14:04:04 -0400 Subject: [PATCH] update .gitignore to ignore ide files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 32b877b..3a921c7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ yarn-error.log* /.pnp .pnp.js -.vscode/* \ No newline at end of file +.vscode/* +.idea/* \ No newline at end of file