.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.
Description
No description provided
Languages
Visual Basic .NET
99.8%
C#
0.2%