Skip to content

Instantly share code, notes, and snippets.

@asimpson
Last active October 11, 2015 05:58
Show Gist options
  • Save asimpson/3813853 to your computer and use it in GitHub Desktop.
Save asimpson/3813853 to your computer and use it in GitHub Desktop.
Exclude sublime workspace and project files from sublime sidebar
{
"folders":
[
{
"file_exclude_patterns":
[
"*.sublime-*"
],
"folder_exclude_patterns":
[
"obx/node_modules", ".sass-cache", ".grunt"
],
"path": "/Applications/MAMP/htdocs/obx"
}
]
}
@dpashkevich
Copy link

But perhaps you don't want to include the .sublime-project file itself, since it's an editable file wher you out project-specific configuration.

@asimpson
Copy link
Author

Once I edit the .sublime-project file, I usually don't add or remove anything. I can always drag the file to sublime if I do later. Just my personal preference :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment