From f7cb4ebd6dc4e09bd4f3de51d2e932ca1690c558 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 14 Jun 2022 00:43:10 +0200 Subject: [PATCH] Added the .idea folder to the .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6704566..4f7c71b 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,6 @@ dist # TernJS port file .tern-port + +# Jetbrains +.idea \ No newline at end of file