diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-14 11:29:07 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-14 11:29:07 -0400 |
commit | 2d19095169019a1cb07da5802dd83fb13550a051 (patch) | |
tree | cfc7559315d6bf724efd4ac364dee890c7005d22 /.gitignore | |
parent | 79181012ee01e93c1af7c4bf8bd1a3a717274ded (diff) | |
download | SMAPI-2d19095169019a1cb07da5802dd83fb13550a051.tar.gz SMAPI-2d19095169019a1cb07da5802dd83fb13550a051.tar.bz2 SMAPI-2d19095169019a1cb07da5802dd83fb13550a051.zip |
add support for using a custom Harmony build (#711)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,8 +30,8 @@ _ReSharper*/ # sensitive files appsettings.Development.json -# AWS generated files -src/SMAPI.Web.LegacyRedirects/aws-beanstalk-tools-defaults.json +# generated build files +build/0Harmony.* # Azure generated files src/SMAPI.Web/Properties/PublishProfiles/*.pubxml |