mysterious-motherboard-97366
06/01/2022, 11:24 PM./pants tailor
, ./pants test ::
, etc to only operate on files tracked in Git?happy-kitchen-89482
06/01/2022, 11:28 PMpants_ignore
)[https://www.pantsbuild.org/docs/reference-global#section-pants-ignore] which includes everything covered by gitignore by default (see https://www.pantsbuild.org/docs/reference-global#section-pants-ignore-use-gitignore)mysterious-motherboard-97366
06/01/2022, 11:29 PMgit status
, they show up under Untracked files:
hundreds-father-404
06/01/2022, 11:33 PM--no-changed-untracked
option. Would you be interested in adding that?mysterious-motherboard-97366
06/01/2022, 11:38 PMgit stash --include-untracked
first would be a good way to do it without specific support in Pantshappy-kitchen-89482
06/02/2022, 6:20 AM