Skip to content

Instantly share code, notes, and snippets.

@leolanese
Created June 1, 2017 11:05
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 leolanese/f5b991b3f6a966830034202a2b858dd3 to your computer and use it in GitHub Desktop.
Save leolanese/f5b991b3f6a966830034202a2b858dd3 to your computer and use it in GitHub Desktop.
make Visual Code to hide .map and .js from the project folder panel view
{
"files.exclude" :{
"**/src/**/*.js.map": true,
"**/src/**/*.js": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment