From 4970a15d007b7cc1e8e9f9dc978084f21b961a17 Mon Sep 17 00:00:00 2001 From: rjindael Date: Thu, 27 Jul 2023 23:30:53 -0700 Subject: [PATCH] gitignore: ignore vscode workspace directory --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index afdf70d..c190a4b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ ## ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore +.vscode/ + # Published files build/