First question: how can I tell pants to ignore BUI...
# general
b
First question: how can I tell pants to ignore BUILD files?
1
These are existing bazel files which cause errors in pants
h
To combat this in our repo (and I've seen others here do similar), I named all our pants build files
BUILD.pants
so that I could use the global ignore options in
pants.toml
to ignore general
BUILD
files