Setting multiple ignore
entries disables ignore
feature entirely
#133
Labels
bug report
Something isn't working
ignore
entries disables ignore
feature entirely
#133
🐛 Bug Report
ignore
field doesn't work if there are two (or more?) entries.To Reproduce
In
egg.yml
, setfiles
andignore
fields like this:Run
eggs publish --dry-run
Expected behavior
It excludes all files under
./node_modules
and./tests
directory from the published bundle.Actual Behavior
It lists up the files under
./node_modules
and./tests
.Environment
Eggs version: 0.3.8
Deno version: 1.14.0 (release, aarch64-apple-darwin)
Operating system and version:
Additional context
Note that setting a single entry to
ignore
works expectedly.The text was updated successfully, but these errors were encountered: