Skip to content

Instantly share code, notes, and snippets.

@HideoKun
Last active March 25, 2017 11:31
Show Gist options
  • Save HideoKun/34c43bc47edfb5a7a1b45f31ffc8027c to your computer and use it in GitHub Desktop.
Save HideoKun/34c43bc47edfb5a7a1b45f31ffc8027c to your computer and use it in GitHub Desktop.
exclude node_modules from sublime text project - bad example; https://medium.com/@wo.contact/asdf-fd4f781f19c2#.s27lqq574
{
"folders":
[
{
"path": "/Users/wo/Documents/blog/sublimeProject",
"folder_exclude_patterns": ["node_modules"],
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment