From bc8f62596c47ae4296a09dac7d0cc1c274e2b396 Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Tue, 9 Jan 2024 11:53:52 -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