Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ bld/
[Ll]og/
[Ll]ogs/

# Visual Studio 2015/2017 cache/options directory
# Visual Studio cache/options directory
Copy link

Copilot AI Dec 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While this comment is being updated to remove version-specific references, there are two other similar Visual Studio version references in this file that remain unchanged:

  • Line 44: "# Visual Studio 2017 auto generated files"
  • Line 379: "# Backup folder for Package Reference Convert tool in Visual Studio 2017"

For consistency with the approach of this PR (removing version-specific references to avoid confusion), consider updating these references as well. These features also apply to newer Visual Studio versions beyond 2017.

Copilot uses AI. Check for mistakes.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot make suggestion comments on this PR so I can apply those changes here rather than requiring a new PR.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made the changes in b3ed4c0 directly. Ignore the copilot PR.

.vs/

# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# Visual Studio 2017 auto generated files
# Visual Studio auto generated files
Generated\ Files/

# MSTest test Results
Expand Down Expand Up @@ -375,7 +376,7 @@ ASALocalRun/
# BeatPulse healthcheck temp database
healthchecksdb

# Backup folder for Package Reference Convert tool in Visual Studio 2017
# Backup folder for Package Reference Convert tool in Visual Studio
MigrationBackup/

# Ionide (cross platform F# VS Code tools) working folder
Expand Down