Skip to content

Commit

Permalink
Hide node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
akelsch committed Jun 20, 2020
1 parent fc9f742 commit b4d0e2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"eslint.enable": false,
"standard.enable": true,
"standard.autoFixOnSave": true,
"liveServer.settings.port": 8081
"liveServer.settings.port": 8081,
"files.exclude": {
"**/node_modules": true,
},
}

0 comments on commit b4d0e2c

Please sign in to comment.