From fa9b687aa564bb33c14e5ed21ca39854a976c2d7 Mon Sep 17 00:00:00 2001 From: adripo <26493496+adripo@users.noreply.github.com> Date: Sun, 29 Nov 2020 02:54:41 +0100 Subject: [PATCH] Added Intellij IDEA files to gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cac7c97..170efc6 100644 --- a/.gitignore +++ b/.gitignore @@ -92,4 +92,8 @@ typings/ # OS metadata .DS_Store -Thumbs.db \ No newline at end of file +Thumbs.db + +# IDE files +.idea +*.iml \ No newline at end of file