Created
July 22, 2019 19:49
-
-
Save heyfletch/a504834778b2d95599c68b3a47f8450d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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