Added Directory.Build.props to packages folder (#661)

Having `DefaultItemExcludesInProjectFolder` helps to open this repo in VS in the View Folder mode so it won't hang and go totally unresponsive.
This commit is contained in:
Alexander Batishchev 2022-06-24 06:20:45 -07:00 коммит произвёл GitHub
Родитель 067ed4523f
Коммит 77f1a7a648
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<DefaultItemExcludesInProjectFolder>**\node_modules\**;$(DefaultItemExcludesInProjectFolder)</DefaultItemExcludesInProjectFolder>
</PropertyGroup>
</Project>