Add .vs folder to .gitignore (#4355)

Opening the fmt folder as a CMake project with Visual Studio creates
this directory. The contents can be ignored.
This commit is contained in:
Dean
2025-02-19 23:44:31 -07:00
committed by GitHub
parent 94ab51cb8c
commit 251320fcb7

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
*.xcodeproj
*~
.vscode/
.vs/
/CMakeScripts
/Testing
/_CPack_Packages