Last active
August 29, 2015 14:02
-
-
Save burnified/fc5e02e41598cb5e4bde to your computer and use it in GitHub Desktop.
Hiding File Types in Sublime Text
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": | |
[ | |
{ | |
"path": "/your/path/here/dawg", | |
"folder_exclude_patterns": [".*"], | |
"file_exclude_patterns": [".*"] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment