diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-08 19:36:09 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-08 19:36:09 -0400 |
commit | 72ba455d5afbeaff089a6b5ab57d8009910be5e0 (patch) | |
tree | e22ffa3e3367eb16b20819d49c17959a92d6168d /.gitignore | |
parent | 5da690cbefb34acaecaeaa17110d1b701f3d87ba (diff) | |
download | SMAPI-72ba455d5afbeaff089a6b5ab57d8009910be5e0.tar.gz SMAPI-72ba455d5afbeaff089a6b5ab57d8009910be5e0.tar.bz2 SMAPI-72ba455d5afbeaff089a6b5ab57d8009910be5e0.zip |
simplify .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -34,8 +34,6 @@ appsettings.Development.json # Azure generated files src/SMAPI.Web/Properties/PublishProfiles/*.pubxml src/SMAPI.Web/Properties/ServiceDependencies/* - Web Deploy/ -src/SMAPI.Web/.DS_Store -src/SMAPI.Web/wwwroot/Content/images/.DS_Store -src/SMAPI.Web/wwwroot/Content/.DS_Store -src/SMAPI.Web/wwwroot/.DS_Store + +# macOS .DS_Store |