Skip to content

Instantly share code, notes, and snippets.

@sebcunin
Created February 21, 2014 09:56
Show Gist options
  • Save sebcunin/9131624 to your computer and use it in GitHub Desktop.
Save sebcunin/9131624 to your computer and use it in GitHub Desktop.
#Sublime Exclure des répertoires d'un projet
{
"folders":
[
{
"path": "repo_git/public",
"folder_exclude_patterns" : ["repo_git/public/sites/all"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment