ignore AWS Beanstalk data file

This commit is contained in:
Jesse Plamondon-Willard 2019-07-19 13:18:35 -04:00
parent 6285c79548
commit 23fe0c24a0
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
2 changed files with 7 additions and 0 deletions

3
.gitignore vendored
View File

@ -26,3 +26,6 @@ _ReSharper*/
# sensitive files
appsettings.Development.json
# AWS generated files
src/SMAPI.Web/aws-beanstalk-tools-defaults.json

View File

@ -6,6 +6,10 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<Content Remove="aws-beanstalk-tools-defaults.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\build\GlobalAssemblyInfo.cs" Link="Properties\GlobalAssemblyInfo.cs" />
</ItemGroup>