onivim / oni2

Native, lightweight modal code editor
https://v2.onivim.io
MIT License
7.84k stars 282 forks source link

Add the no-ignore flag to the args to pass to ripgrep #3792

Closed sollymay closed 3 years ago

sollymay commented 3 years ago

As a user, when I want to use the quick open without ignoring files/folders that are part of the .gitignore, there is currently no way to set this up. In the following screenshot, dags_dev folder is part of the .gitignore:

Screen Shot 2021-08-03 at 4 47 34 PM

My particular use case requires me to have a folder in the .gitignore and use that to test (as to avoid accidentally uploading stuff that should not be uploaded into GitHub), so currently there is no way for me to quickly open files inside that folder

bryphe commented 3 years ago

Thanks for logging the issue, @sollymay - I'm working on a fix for this in #3795 (A configuration setting - search.useIgnoreFiles to add the --no-ignore flag when using ripgrep for quick open / find in files)