From 38997fa7e304c7bca648802c29c17a946a0d1ae4 Mon Sep 17 00:00:00 2001 From: Stephen Date: Sun, 31 Dec 2023 10:23:35 +1000 Subject: [PATCH] Added .gitignore entry for Visual Studio Code --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d754abdbd..451465820 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,9 @@ coverage/ # BrowserStack local.log +# Visual Studio Code +.vscode/ + # The following lines were created by https://www.gitignore.io ### Linux ###