Hi! This must be something stupidly simple that I ...
# general
c
Hi! This must be something stupidly simple that I am missing, but I have some Dockerfiles in my repo that I want ignored, but I can't just edit them out of the BUILD file, because then "tailor --check" complains. Is there a solution except renaming the files to something else? (Interestingly, renaming to __Dockerfile doesn't help, only something like D__ockerfile 🙂 )
✅ 1
e
c
See, I told you it was stupidly simple! Thanks!
h
FYI https://www.pantsbuild.org/docs/reference-tailor#ignore_adding_targets is more precise if you still want to allow for
tailor
to generate BUILD files in that directory, only not add those targets