Skip to content

Instantly share code, notes, and snippets.

@adamdoe
Created November 2, 2016 21:37
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 adamdoe/86d69d92a9156181d2b5cfc70fb12d67 to your computer and use it in GitHub Desktop.
Save adamdoe/86d69d92a9156181d2b5cfc70fb12d67 to your computer and use it in GitHub Desktop.
{
"folders": [
{
"folder_exclude_patterns": [
"wp-includes",
"wp-admin",
"wp-content/uploads",
".idea"
],
"path": "PATH HERE",
"file_exclude_patterns": [
"wp-app.php",
"wp-blog-header.php",
"wp-activate.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",
"license.txt",
"readme.html",
"wp-config-sample.php"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment