Skip to content

Update .gitignore for project #269

@Hexman768

Description

@Hexman768

Description

  • I have seen that the .vs/ folder that is created by the Visual Studio IDE gets tracked by git CLI, this means it could end up getting added in branches accidentally.

Technical Information

  • All that needs to be done is to update the .gitignore to include everything in the .vs/ folder inside the working directory. This should prevent all IDE workspace information from getting added to the project during development.

Impact Analysis

  • This change will not impact performance or production behavior at all. This change simply avoids a small inconvenience that happens during development of the project, and has resulted in unwanted files being added to Pull Requests.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions