From 0245610ceabac73c00ebeb36b258743250bc80ad Mon Sep 17 00:00:00 2001 From: David Venable Date: Mon, 15 Jul 2024 14:27:02 -0500 Subject: [PATCH] Adds IntelliJ's *.iml to the .gitignore. (#7705) Signed-off-by: David Venable --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ae2249e73f..446d1deda6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ _site .DS_Store Gemfile.lock .idea +*.iml .jekyll-cache