Skip to content

Instantly share code, notes, and snippets.

@thehig
Created December 16, 2016 11:10
Show Gist options
  • Save thehig/4b145ff8c3981ed9b4f216eef4d100d6 to your computer and use it in GitHub Desktop.
Save thehig/4b145ff8c3981ed9b4f216eef4d100d6 to your computer and use it in GitHub Desktop.
js: Rekit sublime project template
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": ["node_modules", "src", "test"]
},
{
"path": "src/",
"folder_exclude_patterns": [".tmp"]
},
{
"path": "test/",
"folder_exclude_patterns": ["cli"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment