From 57642ad86c3e47440de9898a73d4755d9c434ec4 Mon Sep 17 00:00:00 2001 From: Hairy Date: Sun, 25 Feb 2024 17:37:06 -0700 Subject: [PATCH] Adds support for VS IDE to gitignore file \ Closes #6652 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 334dbbc502..2a7eb80d50 100644 --- a/.gitignore +++ b/.gitignore @@ -50,4 +50,7 @@ Temporary Items # Visual Studio code coverage results *.coverage -*.coveragexml \ No newline at end of file +*.coveragexml + +# Visual Studio IDE cache/options directory +.vs/ -- GitLab