From 251320fcb7feb20f03afab7bbdede9501c2a28ce Mon Sep 17 00:00:00 2001 From: Dean Date: Wed, 19 Feb 2025 23:44:31 -0700 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2635026a..edd4b086 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.xcodeproj *~ .vscode/ +.vs/ /CMakeScripts /Testing /_CPack_Packages