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:
Completely ignore certain paths across all repos (like ./vendor/*)
Completely ignore certain paths for certain repos (repo-specific setting)
Lazy-load certain paths across all repos (contents are loaded on demand if someone clicks into the path, otherwise it shows in the UI as grayed out)
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 ourvendor
folder to the repo. It would be extremely useful if there were a way within Octotree if we could do any of the following:./vendor/*
)Thanks for a great project!