I know that you can ignore entire build files, but...
# general
a
I know that you can ignore entire build files, but can you ignore certain targets by name?
1
c
ignore in what context? when running a particular goal? If so, you can exclude targets by name (address): https://www.pantsbuild.org/2.19/docs/using-pants/advanced-target-selection#--filter-address-regex
a
Yes when running a goal, this is what I was looking for, thanks you
👍 1