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:
parent
1ca62e0334
commit
a038af4193
1
.gitignore
vendored
1
.gitignore
vendored
@ -164,3 +164,4 @@ $RECYCLE.BIN/
|
|||||||
/NIService/.vs/NIService.csproj.dtbcache.json
|
/NIService/.vs/NIService.csproj.dtbcache.json
|
||||||
/.vs/ToolCollection/v17/DocumentLayout.json
|
/.vs/ToolCollection/v17/DocumentLayout.json
|
||||||
/.vs/ToolCollection/v17/DocumentLayout.backup.json
|
/.vs/ToolCollection/v17/DocumentLayout.backup.json
|
||||||
|
/.vs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user