Skip to content

Instantly share code, notes, and snippets.

@FlorianBELLAZOUZ
Forked from benatkin/Global.sublime-settings
Last active December 29, 2015 16:20
Show Gist options
  • Select an option

  • Save FlorianBELLAZOUZ/1ec5891ae1c596e8253d to your computer and use it in GitHub Desktop.

Select an option

Save FlorianBELLAZOUZ/1ec5891ae1c596e8253d to your computer and use it in GitHub Desktop.
sublime-project - excluding file or directory
{
"folders":
[
{
"path": "*",
"folder_exclude_patterns": [".git", "node_modules"],
"file_exclude_patterns":["*.js","*.js.map"]
}
]
}
{
"folders":
[
{
"path": "*",
"folder_exclude_patterns": [".git", "node_modules"]
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment