From a038af41931d2524e4a180c3a2bab660853846c1 Mon Sep 17 00:00:00 2001 From: OlgunR Date: Thu, 27 Nov 2025 09:24:08 +0100 Subject: [PATCH] chore: Update .gitignore to exclude Visual Studio `.vs` directory The `.gitignore` file was updated to include the `/.vs` directory. This ensures that temporary and user-specific files generated by Visual Studio are ignored by Git and not tracked in the repository, reducing unnecessary clutter in version control. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 233dbea..49532b9 100644 --- a/.gitignore +++ b/.gitignore @@ -164,3 +164,4 @@ $RECYCLE.BIN/ /NIService/.vs/NIService.csproj.dtbcache.json /.vs/ToolCollection/v17/DocumentLayout.json /.vs/ToolCollection/v17/DocumentLayout.backup.json +/.vs