From afc3da6fc9a8e89b96ba69d58d172b16637371ec Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Mon, 8 Jul 2024 16:17:34 -0500 Subject: [PATCH] git: globally ignore IntelliJ files --- git/ignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git/ignore b/git/ignore index b214faa..5f758a6 100644 --- a/git/ignore +++ b/git/ignore @@ -3,3 +3,7 @@ # Direnv .envrc + +# IntelliJ +.idea/ +*.iml