ignore WebDeploy files

This commit is contained in:
Jesse Plamondon-Willard 2021-10-31 14:37:51 -04:00
parent 96db1d9315
commit 01f59000e9
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -11,6 +11,7 @@
[Oo]bj/
# Visual Studio cache/options
.config/
.vs/
# ReSharper
@ -32,3 +33,4 @@ appsettings.Development.json
# Azure generated files
src/SMAPI.Web/Properties/PublishProfiles/*.pubxml
src/SMAPI.Web/Properties/ServiceDependencies/* - Web Deploy/

View File

@ -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>