Skip to content

Instantly share code, notes, and snippets.

@ifthenelse
Created December 21, 2015 10:23
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 ifthenelse/9cf11fabc991e8364059 to your computer and use it in GitHub Desktop.
Save ifthenelse/9cf11fabc991e8364059 to your computer and use it in GitHub Desktop.
Sublime Text 3 project file template for Wordpress
{
"folders":
[
{
"follow_symlinks": true,
"path": "/",
"folder_exclude_patterns": [
".sass-cache",
".bundles",
"node_modules",
"htdocs/vendor",
"wp-content/themes/twenty*"
],
"file_exclude_patterns": [
"*.sublime-*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.pdf",
"*.db",
"*.scssc",
"*.sql",
".DS_Store"
],
"binary_file_patterns": [
"*.ico",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.psd",
"*.ttf",
"*.otf",
"*.woff",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.tar.gz"
]
}
],
"settings":
{
"tab_size": 4
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment