From c5d29eb1c9617620bcdfa74a08c294f1bbfa7288 Mon Sep 17 00:00:00 2001 From: tastybento Date: Tue, 21 Dec 2021 08:58:07 -0800 Subject: [PATCH] Ignore IntelliJ --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 231c26b..27c80ce 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ hs_err_pid* /.classpath /.project /.settings/ +/.idea/ +/CaveBlock.iml