From 06818789ce14032e9192cbdedb1412e9e412e66e Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 6 Sep 2022 17:43:12 +0200 Subject: [PATCH] Added .vscode & .idea to the .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6704566..a4de19a 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,7 @@ dist # TernJS port file .tern-port + +# IDEs +.idea +.vscode \ No newline at end of file