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
We have a project which have a lot (~10k) of data files. Those files are updated from time to time but they are not supposed to be evaluated by pronto. We've added a .pronto.yml and added the directory to be excluded, however pronto still gets stuck because it seems to be trying to process all diffs coming from this directory before evaluating the exclude. This makes it so that the only way to commit and push new files is to temporarily disable pronto. Is there a way to make pronto ignore these files during the diff phase?
The text was updated successfully, but these errors were encountered:
Hi!
We have a project which have a lot (~10k) of data files. Those files are updated from time to time but they are not supposed to be evaluated by pronto. We've added a
.pronto.yml
and added the directory to be excluded, however pronto still gets stuck because it seems to be trying to process all diffs coming from this directory before evaluating the exclude. This makes it so that the only way to commit and push new files is to temporarily disable pronto. Is there a way to make pronto ignore these files during the diff phase?The text was updated successfully, but these errors were encountered: