Replies: 5 comments 2 replies
-
Duplicate of #6365. |
Beta Was this translation helpful? Give feedback.
-
Related #8664 (comment) |
Beta Was this translation helpful? Give feedback.
-
Probably makes sense, we'd still override that if we provided explicit paths to right? e.g |
Beta Was this translation helpful? Give feedback.
-
Ended up not using glob patterns for url matching (regular expressions made more sense, but would have been patterns if that feature wasn't nightly gated). Personally I prefer my shell to do my expansion for me, that way it works the way I've configured it (e.g expanded globs enabled or not). Caveat is of course, but what about that one shell in Windows? /shrug |
Beta Was this translation helpful? Give feedback.
-
I worked around lack of |
Beta Was this translation helpful? Give feedback.
-
Right now we can ignore explicit files and directories with those two commands, but it would be nice to be able to use glob patterns as well.
Bonus: I think we could go a step further and ignore the patterns present in
.gitignore
by defaultBeta Was this translation helpful? Give feedback.
All reactions