-
-
Save benatkin/1094335 to your computer and use it in GitHub Desktop.
// Place user-specific overrides in this file, to ensure they're preserved | |
// when upgrading | |
{ | |
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"] | |
} |
👍
Thank you for sharing !
What @artemsvirskyi suggest worked for me: excluding folder from search, but not from sidebar tree.
Thanks again !
So
{
"binary_file_patterns": ["node_modules/"]
}
(with the slash in the end) is the way to go? Works for me on ST3.
Thank you for sharing !
Thank you
Thank you.
"binary_file_patterns": ["node_modules/"]
Works for me on ST3!
Thanks, awesome
Thanks
Thanks for sharing !
🎉
Thanks!
to preseve in sidebar but remove from search
http://stackoverflow.com/questions/30954728/how-can-i-exclude-a-folder-from-indexing-in-sublime-text-while-still-showing-it
you can also try this
https://medium.com/@wo.contact/asdf-fd4f781f19c2#.i0j3k2ngd
Update sometimes I want to search node_modules sometimes I don't.
Just update the Where path:
*.js,-*/node_modules/*
Thanks!
Thank you for this!!
@artemsvirskyi thanks!
Thanks!
Thanks!
My CPU gives her regards!
Thaaaanks!
@jeezlee fix worked best for me. Won't search but can still see in sidebar.
"binary_file_patterns": ["node_modules/"]
Thanks! :)
Thanks that worked 👍
Thanks!!!
Thank you!
Nice!
Great! still works!!!
Thank you.