Skip to content

Commit

Permalink
Update settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Aug 19, 2024
1 parent ae1cf89 commit f49b766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"files.exclude": {
"**/.git": true, // Hide .git folder in file explorer
"**/.DS_Store": true, // Hide .DS_Store files (macOS specific)
"**/node_modules": true, // Hide node_modules folder in file explorer
"**/dist": true // Hide dist folder in file explorer
"**/node_modules": false, // Hide node_modules folder in file explorer
"**/dist": false // Hide dist folder in file explorer
},
"eslint.validate": [
"javascript",
Expand Down

0 comments on commit f49b766

Please sign in to comment.