diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-10-31 14:37:51 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-10-31 14:37:51 -0400 |
commit | 01f59000e96357ec5288c4cc86348c90ce272ba4 (patch) | |
tree | 61ac5f843d85b2772eedaa0da79ada7c27ec2171 /src | |
parent | 96db1d931552ef8973cdf07e3f1d4a4618992276 (diff) | |
download | SMAPI-01f59000e96357ec5288c4cc86348c90ce272ba4.tar.gz SMAPI-01f59000e96357ec5288c4cc86348c90ce272ba4.tar.bz2 SMAPI-01f59000e96357ec5288c4cc86348c90ce272ba4.zip |
ignore WebDeploy files
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI.Web/SMAPI.Web.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SMAPI.Web/SMAPI.Web.csproj b/src/SMAPI.Web/SMAPI.Web.csproj index 4c8465a6..c1ba3ddc 100644 --- a/src/SMAPI.Web/SMAPI.Web.csproj +++ b/src/SMAPI.Web/SMAPI.Web.csproj @@ -9,6 +9,8 @@ <Import Project="..\..\build\common.targets" /> <ItemGroup> + <None Remove="Properties\PublishProfiles\**" /> + <None Remove="Properties\ServiceDependencies\**" /> <Content Remove="aws-beanstalk-tools-defaults.json" /> </ItemGroup> |