From 0f71ca9863cc64339a9cc4d29e24d3fb4684ce8c Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Fri, 24 Oct 2025 17:08:21 +0200 Subject: [PATCH] add .vs folder to .gitignore file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 048f6972..6c57af8a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ pnpm-debug.log* # macOS-specific files .DS_Store + +# Visual Studio files +/.vs \ No newline at end of file