Skip to content

Instantly share code, notes, and snippets.

@gustavoguichard
Created October 24, 2012 19:07
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 gustavoguichard/3948168 to your computer and use it in GitHub Desktop.
Save gustavoguichard/3948168 to your computer and use it in GitHub Desktop.
Wordpress sublime project config
{
"folders":
[
{
"path": "/Users/Guga/Sites/sim/wp-content/themes/Sim",
"file_exclude_patterns": ["*.pot", "*.mo", "*.txt"],
"folder_exclude_patterns": [".sass-cache", "images"]
},
{
"path": "/Users/Guga/Sites/sim/wp-content/plugins",
"file_exclude_patterns": ["*.pot", "*.mo", "*.txt"]
},
{
"path": "/Users/Guga/Sites/sim/",
"file_include_patterns": ["wp-config.php"],
"folder_exclude_patterns": ["wp-*", ".sass-cache"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment