Skip to content

Commit

Permalink
Exclude IDEA files from deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Mar 4, 2021
1 parent ac68ca1 commit 5482117
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Deploy/InstallPackage.targets
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@
<InstallExcludeFiles Include="../packages/**/*" />
<InstallExcludeFiles Include="../Deploy/**/*" />
<InstallExcludeFiles Include="../.git/**/*" />
<InstallExcludeFiles Include="../.vs/**/*" />
<InstallExcludeFiles Include="../.vscode/**/*" />
<InstallExcludeFiles Include="../.vs/**/*" />
<InstallExcludeFiles Include="../.vscode/**/*" />
<InstallExcludeFiles Include="../.idea/**/*" />
<InstallExcludeFiles Include="../.svn/**/*" />
<InstallExcludeFiles Include="../*/bin/**/*" />
<InstallExcludeFiles Include="../*/obj/**/*" />
Expand Down
5 changes: 3 additions & 2 deletions Deploy/LocalDeploy.targets
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
<LocalDeployExcludeFiles Include="../packages/**/*" />
<LocalDeployExcludeFiles Include="../Deploy/**/*" />
<LocalDeployExcludeFiles Include="../.git/**/*" />
<LocalDeployExcludeFiles Include="../.vs/**/*" />
<LocalDeployExcludeFiles Include="../.vscode/**/*" />
<LocalDeployExcludeFiles Include="../.vs/**/*" />
<LocalDeployExcludeFiles Include="../.vscode/**/*" />
<LocalDeployExcludeFiles Include="../.idea/**/*" />
<LocalDeployExcludeFiles Include="../.svn/**/*" />
<LocalDeployExcludeFiles Include="../*/bin/**/*" />
<LocalDeployExcludeFiles Include="../*/obj/**/*" />
Expand Down

0 comments on commit 5482117

Please sign in to comment.