From 09083131ff326820c794b13d36f58d1f33591f04 Mon Sep 17 00:00:00 2001 From: Alexey Tsvetkov Date: Tue, 20 Oct 2020 07:20:13 +0300 Subject: [PATCH] Add .idea to gitignore --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0d380d087a..aa9fa22f62 100644 --- a/.gitignore +++ b/.gitignore @@ -26,5 +26,4 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* -templates/multiplatform-template/.idea/** -templates/desktop-template/.idea/** +.idea