From 43900b82b9762165bb5371a64e89d84563d9c64e Mon Sep 17 00:00:00 2001 From: Nicholas Bianco Date: Thu, 7 Mar 2024 14:51:46 -0800 Subject: [PATCH] Ignore ./idea folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f72a36dd..5597d849 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ vendor .*.swp .*.swo .DS_Store +.idea/** \ No newline at end of file