From 86d84821e7505eac40b4c47ef0a401793157f013 Mon Sep 17 00:00:00 2001 From: David Venable Date: Mon, 15 Jul 2024 10:32:48 -0500 Subject: [PATCH] Adds IntelliJ's *.iml to the .gitignore. 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