Update VisualStudio.gitignore for vcpkg

vcpkg running in manifest mode will create a folder vcpkg_installed/ containing installed package files that should not be committed to any project.
This commit is contained in:
Arminius 2023-08-25 11:10:53 +02:00 committed by GitHub
parent 4488915eec
commit 15564b571b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -285,6 +285,9 @@ FakesAssemblies/
.ntvs_analysis.dat
node_modules/
# vcpkg package files
vcpkg_installed/
# Visual Studio 6 build log
*.plg