Skip to content

Instantly share code, notes, and snippets.

@zross
Created April 4, 2013 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zross/5310834 to your computer and use it in GitHub Desktop.
Save zross/5310834 to your computer and use it in GitHub Desktop.
SUBLIME: file/folder exclude
{
"folders":
[
{
"path": "/C/wamp/www/sublime3",
"file_exclude_patterns": ["*.png", "*.xml", "*.ico", "*.md", "*.txt", "*.git*", "404.html", ".htaccess"]
// "folder_exclude_patterns":["js"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment