Hi all, is there a way in pants to ignore a change...
# general
a
Hi all, is there a way in pants to ignore a change to a specific file so a running pex doesn’t restart?
1
e.g. there’s a dynamic file that changes during tests that we just want pants to ignore
nvm I figured it out
pants_ignore
r
pants_ignore.add
would append to whatever default values pants has assigned. Just
pants_ignore
will overwrite.
🙏 1