Looks like there’s no CLI equivalent (forgot to add it).
noParentIgnore causes ignore rules to stop at the level where the policy is defined and not inherit from parent.
For example if:
-
/rootignores*.a -
/root/subdir- ignores*.b- both*.aand*.bwill be ignored via inheritance -
/root/subdir/subdir2- ignores*.cbut withnoParentIgnore=true- only*.cwill be ignored but*.aand*.bwill be snapshotted