high-energy-55500
06/09/2022, 4:59 PMsrc/ path. if someone has some .py files in either of these directories and runs pants tailor, they’ll get added automatically, which is what we want to avoid. what’s the right option to use here/what is the effective difference between these options?
https://www.pantsbuild.org/docs/reference-tailor#section-ignore-paths
https://www.pantsbuild.org/docs/reference-global#section-build-ignorehundreds-father-404
06/09/2022, 5:23 PM[tailor].ignore_pathswitty-crayon-22786
06/09/2022, 5:23 PMbuild_ignore will prevent a file/directory from being-detected-as/containing a BUILD file, even if it exists and would otherwise matchhigh-energy-55500
06/09/2022, 5:30 PM[tailor].ignore_paths then 🙂