Last active
August 29, 2015 14:16
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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