Skip to content

Commit

Permalink
chore: no files.exclude in vscode workspace file
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww committed Dec 19, 2023
1 parent 81abab9 commit 0f3e680
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions template-electron-react.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@
".stylelintcache": "json",
"electron-builder.json": "jsonc"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,

// additional
"**/node_modules": true,
"packages": true
},

"git.enabled": true,

Expand Down

0 comments on commit 0f3e680

Please sign in to comment.