From 343473b752c19ca2d070e75ffb255edbb3e85cf2 Mon Sep 17 00:00:00 2001 From: Luca Ciucci Date: Mon, 28 Feb 2022 18:53:30 +0100 Subject: [PATCH] Update .gitignore `.vs/` folder is created by Visual Studio and it is not needed. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 99d789be..b8d8ef5f 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,8 @@ *.pdb *.idb *\build_* +.vs/ +CMakeSettings.json # misc files mostly used for testing out.txt