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.
This commit is contained in:
OlgunR 2025-11-27 09:24:08 +01:00
parent 1ca62e0334
commit a038af4193

1
.gitignore vendored
View File

@ -164,3 +164,4 @@ $RECYCLE.BIN/
/NIService/.vs/NIService.csproj.dtbcache.json
/.vs/ToolCollection/v17/DocumentLayout.json
/.vs/ToolCollection/v17/DocumentLayout.backup.json
/.vs