Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@eduardozulian
Created February 7, 2015 18:41
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 eduardozulian/d34d505ea1b50718ffb7 to your computer and use it in GitHub Desktop.
Save eduardozulian/d34d505ea1b50718ffb7 to your computer and use it in GitHub Desktop.
My Sublime Text defaults for a WordPress project
{
"folders":
[
{
"path": "",
"folder_exclude_patterns":
[
"wp-includes",
"wp-admin",
"wp-content/plugins",
"wp-content/uploads"
],
"file_exclude_patterns":
[
"index.php",
"wp-app.php",
"wp-blog-header.php",
"wp-activate.php",
"wp-config-sample.php",
"wp-comments-post.php",
"wp-cron.php",
"wp-links-opml.php",
"wp-load.php",
"wp-login.php",
"wp-mail.php",
"wp-pass.php",
"wp-register.php",
"wp-settings.php",
"wp-signup.php",
"wp-trackback.php",
"xmlrpc.php"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment