From 0ca8b8adeef27680ac2d303de8da68e89a13efe1 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 16 Feb 2023 04:24:34 -0600 Subject: [PATCH] Ignore .idea / .vscode --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2971a0b..83968a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +.vscode +.idea # dependencies /node_modules