From 6fa207ac878ccf82a0b3c77ce01fe5fedae1be56 Mon Sep 17 00:00:00 2001 From: Chryssie Ta Date: Thu, 1 Feb 2024 14:39:46 +1100 Subject: [PATCH] Add `.vs/` folder to gitignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 55f42d6f..7e7d366d 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,8 @@ bld/ [Ll]og/ [Ll]ogs/ +# Visual Studio 2015/2017 cache/options directory +.vs/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/