Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automatically honor .gitignore for cases of git repos? #7

Open
kwlzn opened this issue Aug 24, 2019 · 2 comments
Open

automatically honor .gitignore for cases of git repos? #7

kwlzn opened this issue Aug 24, 2019 · 2 comments

Comments

@kwlzn
Copy link

kwlzn commented Aug 24, 2019

to improve performance when quick-opening on top of git repos, it'd be useful if jupyterlab-quickopen could automatically respect the .gitignore files on the filesystem (via either git ls-files or other mechanism).

e.g. this would be a really fast way to get a recursive directory listing if you were inside a git repo:

git ls-tree -r --name-only HEAD
@parente
Copy link
Member

parente commented Mar 8, 2020

Happy to review a pull request if you'd like to implement support and the implementation works when the user doesn't have git installed or has multiple git repositories cloned under the notebook root directory.

@kwlzn
Copy link
Author

kwlzn commented Jun 3, 2020

sounds good, I'll try to circle back to implement this if/when able.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants