diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-05-24 00:31:15 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-05-24 00:31:15 -0400 |
commit | bb9cde8f2e4737627668b75d55660816d7386f06 (patch) | |
tree | 6f2629abc1e12d2686e759269180c1564c08166d /docs/release-notes.md | |
parent | d97b11060c310f1fa6064f02496e6a6162a44573 (diff) | |
download | SMAPI-bb9cde8f2e4737627668b75d55660816d7386f06.tar.gz SMAPI-bb9cde8f2e4737627668b75d55660816d7386f06.tar.bz2 SMAPI-bb9cde8f2e4737627668b75d55660816d7386f06.zip |
ignore MacOS files starting with ._
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 57d32fd7..10c31143 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,7 @@ ## Upcoming released * For players: * Mod warnings are now listed alphabetically. + * MacOS files starting with `._` are now ignored and can no longer cause skipped mods. * For the web UI: * Updated web framework to improve site performance and reliability. |