From 15564b571b8f227f35eefc75a739ae54dcc8b553 Mon Sep 17 00:00:00 2001 From: Arminius Date: Fri, 25 Aug 2023 11:10:53 +0200 Subject: [PATCH] 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. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258..51c90490 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -285,6 +285,9 @@ FakesAssemblies/ .ntvs_analysis.dat node_modules/ +# vcpkg package files +vcpkg_installed/ + # Visual Studio 6 build log *.plg