From 733696db54b26c5dd8ce14fc0561021849bec093 Mon Sep 17 00:00:00 2001 From: Funto Date: Thu, 9 Jan 2025 00:52:37 +0100 Subject: [PATCH] Update .gitignore to avoid tracking ".vs" internal folder when using Visual Studio --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3bafae9..e25c9e8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ cmake-build-release/ .idea/ node_modules/ *.dSYM +.vs/