You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, every subfolder named `local` would be excluded
from git tracking.
This can be a footgun, e.g., I had some leftover junk files in
`library/src/local` that went unnoticed for a long time and
caused inexplicable behavior in sbt tasks.
Now, exclude only the top-level `local`.
0 commit comments