Last active
September 29, 2015 02:22
-
-
Save phillipsj/ec49732c325b7de55d19 to your computer and use it in GitHub Desktop.
Exclude Folder VS Project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<PropertyGroup> | |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
<ExcludeFoldersFromDeployment>node_modules</ExcludeFoldersFromDeployment> | |
</PropertyGroup> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment