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 /.gitignore | |
parent | 96db1d931552ef8973cdf07e3f1d4a4618992276 (diff) | |
download | SMAPI-01f59000e96357ec5288c4cc86348c90ce272ba4.tar.gz SMAPI-01f59000e96357ec5288c4cc86348c90ce272ba4.tar.bz2 SMAPI-01f59000e96357ec5288c4cc86348c90ce272ba4.zip |
ignore WebDeploy files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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/ |