Skip to content

Instantly share code, notes, and snippets.

@petvas
Created March 6, 2019 16:18
Show Gist options
  • Save petvas/96b2ce9f288bb6e1d067bc64c3e96659 to your computer and use it in GitHub Desktop.
Save petvas/96b2ce9f288bb6e1d067bc64c3e96659 to your computer and use it in GitHub Desktop.
<ItemGroup>
<ExcludeFromPackageFolders Include="node_modules">
<FromTarget>Build</FromTarget>
</ExcludeFromPackageFolders>
</ItemGroup>
<PropertyGroup>
<DefaultItemExcludes>node_modules/**;$(DefaultItemExcludes)</DefaultItemExcludes>
</PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment