From 79eec23f3965ad9795bf9f564488b10e93047b04 Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Tue, 9 Jan 2024 11:47:15 -0500 Subject: [PATCH] Add `.localImplementationsConfig.cjs` and `.vscode` to `.gitignore`. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2e6ef79..585290e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,8 @@ results/ mochawesome-report/ TAGS config.json +.localImplementationsConfig.cjs +.vscode node_modules/ package-lock.json *.vswp