update .gitignore for ignoring VS project caches

Supporting to use VS CMake feature to open the project without pre build to genereate .sln and ignore the VS CMake project caches
This commit is contained in:
luokai
2024-05-24 08:23:04 +08:00
parent ec16879fd8
commit 587c876f0d

3
.gitignore vendored
View File

@@ -45,4 +45,5 @@
/docs/*
/.vs/*
/out/*