Commit 70d162e
committed
Refine .gitignore rule for local folder
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`.1 parent 5c51b7b commit 70d162e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments