From 9fc27da873e87939e853c85879d2eda1d8db8611 Mon Sep 17 00:00:00 2001 From: Michieal Date: Mon, 21 Nov 2022 02:05:27 +0000 Subject: [PATCH] update .gitignore Preventing .idea directories from being uploaded to the branches. Makes it easier for devs that use IntelliJ's IDEA. (at least 2 developers here currently use it) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8228ba34a..574521980 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *.blend1 *.blend2 *.blend3 +/.idea/