From f13c6a2c38223deb5a0f90f1982075c838994de4 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 6 Apr 2023 20:02:45 +0200 Subject: [PATCH] Added the .vscode & .idea folders to the .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6704566..b3ebd2d 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,7 @@ dist # TernJS port file .tern-port + +# IDE files +.vscode +.idea