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
This is an interesting thing to consider. We can always calculate the diff of all these files, but not show them in the UI under the list of files changed. That way, if this list of ignored files change, we don't need to re-build all these versions.
Add a field to allow users to tell us what files should be ignored when
comparing versions. This is going to be used by the front-end to don't expose
these files in the list of added/modified/deleted files.
Closes#11694
What's the problem this feature will solve?
With the new FTD feature, there may be some files that always get changes, or that aren't really relevant for the diff.
Describe the solution you'd like
Users should have an option to ignore these files from being considered in the diff, similar to what we have in our search config https://docs.readthedocs.io/en/stable/config-file/v2.html#search-ignore.
Alternative solutions
Just deal with the files, maybe just have a nice filtering UI.
Additional context
#11646
The text was updated successfully, but these errors were encountered: