Skip to content

Instantly share code, notes, and snippets.

@jovib
Created August 3, 2018 20:31
Show Gist options
  • Select an option

  • Save jovib/c74941f84946dfe0865243db985bfef9 to your computer and use it in GitHub Desktop.

Select an option

Save jovib/c74941f84946dfe0865243db985bfef9 to your computer and use it in GitHub Desktop.
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
".vscode": true,
"hooks": true,
"node_modules": true,
"platforms": true,
"**/*.js": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment