Update .gitignore to avoid tracking ".vs" internal folder when using Visual Studio

This commit is contained in:
Funto 2025-01-09 00:52:37 +01:00 committed by Nic Barker
parent 670f707997
commit 733696db54

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ cmake-build-release/
.idea/
node_modules/
*.dSYM
.vs/