You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If automatic output cleaning tries to delete a file that is tracked by Git, then that's a good indication that the output glob could be too broad.
This could be more expensive than we want, since it requires calling out to another process and would block every script's execution. Maybe something to put in a diagnose mode, rather than something we do on every build.
The text was updated successfully, but these errors were encountered:
If automatic output cleaning tries to delete a file that is tracked by Git, then that's a good indication that the output glob could be too broad.
This could be more expensive than we want, since it requires calling out to another process and would block every script's execution. Maybe something to put in a
diagnose
mode, rather than something we do on every build.The text was updated successfully, but these errors were encountered: