From 9a60eb5810676b7f3c8f32b566333f05b8128402 Mon Sep 17 00:00:00 2001 From: Ivan De Marino Date: Thu, 19 May 2022 15:54:08 +0100 Subject: [PATCH] Git-ignoring Jetbrains IDEs files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 458ebf9..79e962b 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,7 @@ typings/ # ./wrapper/dist gets included in top-level ./dist wrapper/dist + +# Jetbrains IDEs +.idea/ +.iml