I just noticed that the `capture_snapshots` extern...
# development
h
I just noticed that the
capture_snapshots
extern function is ignoring the global --pants-ignore list. is that deliberate?
w
Yes: can look at the git log for it, but: that API should mostly be used by v1 tasks to capture snapshots from explicit locations
All other consumers should be capturing from within a rule using the PathGlobs API
👍 2