Skip to content

Instantly share code, notes, and snippets.

@jeroentbt
Created September 22, 2013 21:07
Show Gist options
  • Save jeroentbt/6663808 to your computer and use it in GitHub Desktop.
Save jeroentbt/6663808 to your computer and use it in GitHub Desktop.
.sublime-project config file
{
"folders":
[
{ // theme
"path": "/C/wamp/www/wordpress/wp-content/themes/twentyeleven",
"name": "Twenty Eleven Theme",
"file_exclude_patterns":[
"._*",
"*.ico",
"*.swf"
],
"folder_exclude_patterns": [
"images"
]
},
{ // plugins folder
"path": "/C/wamp/www/wordpress/wp-content/plugins",
"name": "Plugins Folder",
"file_exclude_patterns":[
"._*", // you need to specify this *again*
"*.bak",
"*.sample",
"*.tar",
"*.tgz",
"*.zip"
],
"folder_exclude_patterns": [
"akismet"//,
// add any other plugins you wish to exclude
]
}
],
"settings": // project specific settings - if possible, set these in .editorconfig
{
"tab_size": 4
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment