Skip to content

Commit

Permalink
Merge pull request #8733 from ever-co/chore/vscode-settings
Browse files Browse the repository at this point in the history
[Chore] Exclude `node_modules` from file explorer
  • Loading branch information
rahul-rocket authored Jan 16, 2025
2 parents 1b7baef + b2a1df0 commit 21fb1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/node_modules": false,
"**/node_modules": true,
"**/public/**/*.png": true,
"**/public/**/*.jpg": true,
"**/public/**/*.pdf": true
Expand Down

0 comments on commit 21fb1b0

Please sign in to comment.