Skip to content

Instantly share code, notes, and snippets.

@vaporwavie
Last active January 29, 2018 16:10
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 vaporwavie/c84a9640365eeef38e6511e7b4741645 to your computer and use it in GitHub Desktop.
Save vaporwavie/c84a9640365eeef38e6511e7b4741645 to your computer and use it in GitHub Desktop.
snippet for excluding default folders from the project folder
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/node_modules": true,
"node_modules": true
}
@vaporwavie
Copy link
Author

NOTE: those line of codes should be added on your user settings on vscode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment