Skip to content

Commit 61c869d

Browse files
committed
Updated the settings.
1 parent 1cdfe22 commit 61c869d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: .vscode/settings.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Place your settings in this file to overwrite default and user settings.
2+
{
3+
"files.exclude": {
4+
"**/.git": true,
5+
"**/.DS_Store": true,
6+
"**/*.js": true,
7+
"**/*.map": true
8+
}
9+
}

0 commit comments

Comments
 (0)