From 6754d78b9ad3395541c95fc79c2cd88c0afb3d15 Mon Sep 17 00:00:00 2001 From: "shaun.greatbatch" Date: Thu, 18 Sep 2025 12:07:06 +0100 Subject: [PATCH] Ignore Visual Studio cache (.vs) and user files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a07c7cb --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Visual Studio cache and user files +.vs/ +*.suo +*.user +*.userosscache +*.sln.docstates \ No newline at end of file