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 коммит произвёл GitHub
Родитель 2098095d68
Коммит 72e8b78617
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 6 добавлений и 1 удалений

7
.gitignore поставляемый
Просмотреть файл

@ -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