Skip to content

Instantly share code, notes, and snippets.

@heyfletch
Created July 22, 2019 19:49
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 heyfletch/a504834778b2d95599c68b3a47f8450d to your computer and use it in GitHub Desktop.
Save heyfletch/a504834778b2d95599c68b3a47f8450d to your computer and use it in GitHub Desktop.
"files.exclude": {
"wp-admin/": true,
"wp-includes/": true,
"index.php": true,
"license.txt": true,
"readme.html": true,
"wp-activate.php": true,
"wp-blog-header.php": true,
"wp-comments-post.php": true,
"wp-config-sample.php": true,
"wp-cron.php": true,
"wp-links-opml.php": true,
"wp-load.php": true,
"wp-login.php": true,
"wp-mail.php": true,
"wp-settings.php": true,
"wp-signup.php": true,
"wp-trackback.php": true,
"xmlrpc.php": true,
"*/**/cache/": true,
"*/**/.github/": true,
".cache-loader/": true,
".travis.yml": true,
".vscode/": true,
"lang": true,
"node_modules/": true,
"phpcs.xml": true,
".*-tmpchunk": true,
"*/**/*tmpchunk": true,
"*/**/upgrade/": true,
"*/**/uploads/": false,
"wp-config.php": false,
"vendor": false,
},
"search.exclude": {
"build/": true,
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment