<@U051221NF>: re: renaming BUILD files
# development
w
@happy-kitchen-89482: re: renaming BUILD files
You should already be able to do that with
--build-ignore
💯 1
h
Excellent point!
h
Oh!! So no renames of files even necessary? Awesome
w
well…
using ignore would require having a matchable pattern per consumer, unless you wanted to individually ignore files
ie ignore
BUILD.v2
from the v1 consumer, and ignore
BUILD.v1
from the v2 consumer
h
You could mix and match, right? So if you have all of
src/java
ignored, plus
src/python/v1_straggler/BUILD
w
sure.