Skip to content

Instantly share code, notes, and snippets.

@ismnoiet
Created May 4, 2016 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ismnoiet/689dd0dc74215aa80d1d9ba16076f6bf to your computer and use it in GitHub Desktop.
Save ismnoiet/689dd0dc74215aa80d1d9ba16076f6bf to your computer and use it in GitHub Desktop.
Set up Sublime text 3 to ignore "bower_components" & "node_modules" folders while searching for words.
{
"folders":
[
{
"path": ".",
"follow_symlinks": true,
"folder_exclude_patterns": ["bower_components", "node_modules"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment