mirror of
https://github.com/wassname/talk.git
synced 2026-07-17 11:33:39 +08:00
15 lines
263 B
JSON
15 lines
263 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"node_modules": true,
|
|
"dist": true,
|
|
".vscode": true,
|
|
"package-lock.json": true
|
|
}
|
|
}
|