```--pants-ignore=<str> (--pants-ignore=<...
# general
w
Copy code
--pants-ignore=<str> (--pants-ignore=<str>) ..., --pants-ignore="[<str>, <str>, ...]", --pants-ignore="+[<str>, <str>, ...]" (@fromfile value supported) (default: ['.*/','/dist/','/build-support/*.venv/','/build-support/bin/native/src'])
    Paths to ignore for all filesystem operations performed by pants (e.g. BUILD
    file scanning, glob matching, etc). Patterns use the gitignore syntax (https
    ://git-scm.com/docs/gitignore).