Skip to content

Commit

Permalink
chore: hide unsed folders in vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
philix27 committed Oct 12, 2024
1 parent ebc0feb commit caed26c
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"cSpell.words": [
"Alfajores",
"celo",
"CEURO",
"CUSD",
"extralight",
"fhenix",
"hookform",
Expand All @@ -19,9 +21,18 @@
"xmtp"
],
"files.exclude": {
"**/.git": false,
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true
"**/.DS_Store": true,
".yarn": true,
".husky": true,
".devcontainer": true,
".config": true,
"docs": true,
".commitlintrc.json": true,
"contracts": true,
".github": true,
"yarn.lock": true
}
}

0 comments on commit caed26c

Please sign in to comment.