You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
My company uses a proprietary build system adslkfsdjk. It produces lots of files in directories named adslkfsdjk-genfiles, adslkfsdjk-out, adslkfsdjk-testlogs, etc. I added adslkfsdjk-* as ignored in Atom settings, and they disappeared from tree view. Good!
But when I search for something using find-and-replace, it seems to search all the files (including these), because it hangs forever showing an empty result list with this:
...and my project has only around 2000 files. 😮
Note that when I put a list of these folder names explicitly in "Ignored names", the search starts working (and it's reasonably fast). Seems like a bug to me. 🐛
The text was updated successfully, but these errors were encountered:
The Ignored names setting doesn't say it will be respected by find-and-replace package.
WTBS, it'd be nice to have a per-project settings of ignored paths for find-and-replace, possibly specified in a special file at the root of the project (I specifically don't want to put the paths into .gitignore).
My company uses a proprietary build system
adslkfsdjk
. It produces lots of files in directories namedadslkfsdjk-genfiles
,adslkfsdjk-out
,adslkfsdjk-testlogs
, etc. I addedadslkfsdjk-*
as ignored in Atom settings, and they disappeared from tree view. Good!But when I search for something using
find-and-replace
, it seems to search all the files (including these), because it hangs forever showing an empty result list with this:...and my project has only around 2000 files. 😮
Note that when I put a list of these folder names explicitly in "Ignored names", the search starts working (and it's reasonably fast). Seems like a bug to me. 🐛
The text was updated successfully, but these errors were encountered: