large_repos

Using Papertlab in Large (Mono) Repositories

Papertlab is compatible with repositories of any size. However, it's not optimized for quick performance and response time in very large repositories. Here are some strategies to improve performance:

papertlabignore

papertlab respects the .papertlabignore file in your project root. Files and directories listed in this file will not be shown in the file panel.

Example .papertlabignore:

node_modules/
*.log
secrets.yml

Last updated