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:
Родитель
067ed4523f
Коммит
77f1a7a648
|
@ -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>
|
Загрузка…
Ссылка в новой задаче