Skip to content

Instantly share code, notes, and snippets.

@telekineticyeti
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save telekineticyeti/a2091b05b9903462d41f to your computer and use it in GitHub Desktop.

Select an option

Save telekineticyeti/a2091b05b9903462d41f to your computer and use it in GitHub Desktop.
Sublime Text - Hide Files and/or Folders. Add lines 5 & 6 on a per-folder basis.
{
"folders":
[
{
"file_exclude_patterns" :["config.rb", "Guardfile"],
"folder_exclude_patterns" :["_notes", ".sass-cache"],
"follow_symlinks": true,
"path": "/Volumes/projects/myproject/"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment