Ignore sln files and csproj files in the vendor directory (#5663)

This commit is contained in:
Larry Osterman 2024-05-24 13:53:29 -07:00 committed by GitHub
parent 2098095d68
commit 72e8b78617
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
.gitignore vendored
View File

@ -359,4 +359,9 @@ build/
# Default Assets restore directory
.assets
CMakeUserPresets.json
CMakeUserPresets.json
# Disable VS solution files and csproj files because they pollute the VS experience.
**/vendor/**/*.sln
**/vendor/**/*.csproj