From 3679942d76ce047774e5961c90351e454a4f6435 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 14 Jan 2023 17:12:49 +0100 Subject: [PATCH] Added IDE files to the .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6704566..9a5925d 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,7 @@ dist # TernJS port file .tern-port + +# IDE files +.vscode +.idea \ No newline at end of file