ovity / octotree

GitHub on steroids
https://www.octotree.io/
GNU Affero General Public License v3.0
22.83k stars 1.78k forks source link

Feature Request: Ignore certain repo paths #1115

Closed clocklear closed 1 year ago

clocklear commented 2 years ago

Description

Similar to other open issues, I encounter performance issues when opening large PRs (browser tab becomes completely unresponsive until all files are parsed/loaded). In my situation at least, the size of the PR could be greatly decreased by ignoring the vendor folder in any PR. I work primarily with Golang projects, and we commit our vendor folder to the repo. It would be extremely useful if there were a way within Octotree if we could do any of the following:

Thanks for a great project!