Skip to content

Instantly share code, notes, and snippets.

@tspmelo
Created October 18, 2018 09:00
Show Gist options
  • Save tspmelo/55ab1acdc7101211df9daa0137dae47f to your computer and use it in GitHub Desktop.
Save tspmelo/55ab1acdc7101211df9daa0137dae47f to your computer and use it in GitHub Desktop.
VS Code watcherExclude
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/build/**": true,
"**/ceph-erasure-code-corpus/**": true,
"**/ceph-object-corpus/**": true,
"**/node_modules/**": true,
"**/src/blkin/**": true,
"**/src/c-ares/**": true,
"**/src/civetweb/**": true,
"**/src/crypto/**": true,
"**/src/dmclock/**": true,
"**/src/erasure-code/**": true,
"**/src/fmt/**": true,
"**/src/googletest/**": true,
"**/src/isa-l/**": true,
"**/src/lua/**": true,
"**/src/rapidjson/**": true,
"**/src/rocksdb/**": true,
"**/src/seastart/**": true,
"**/src/spdk/**": true,
"**/src/xxHash/**": true,
"**/src/zstd/**": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment