Skip to content

Instantly share code, notes, and snippets.

@JawsomeJason
Forked from sanderhouttekier/name.sublime-project
Last active September 26, 2016 21:11
Show Gist options
  • Save JawsomeJason/71d7dae776909bf03e141e7cbc1cf845 to your computer and use it in GitHub Desktop.
Save JawsomeJason/71d7dae776909bf03e141e7cbc1cf845 to your computer and use it in GitHub Desktop.
Sublime Project File #snippet #sublimetext
{
"folders":
[
// add paths per directory you want to show
{
// relative paths to the root
"path": ".",
// optionally give it a different name
// "name": "My Project",
// possible folders to exclude
"folder_exclude_patterns": [
"node_modules",
".sass-cache",
"_docs",
"_nosql",
"images",
"bower_components",
"tmp",
"dist",
],
// possible files to exclude
"file_exclude_patterns": [
"._*",
"*.ico",
"*.swf",
"*.tar",
"*.zip",
"*.7z",
"*.rar",
"*.sublime-workspace",
".ghignore",
".gitignore"
]
}
],
"settings":
{
"tab_size": 4,
"translate_tabs_to_spaces": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment