Compare commits

..

No commits in common. "5f97af3f96c9a139f89015a36d75f6d4f3c3e125" and "95f4ec94cf0ea9eea3ede869606df211c490a9b8" have entirely different histories.

2 changed files with 0 additions and 11 deletions

11
.vscode/settings.json vendored
View File

@ -1,15 +1,4 @@
{
"window.title": "${dirty}${activeEditorMedium}${separator}${rootName}${separator}${profileName}${separator}${appName}",
"workbench.editor.labelFormat": "medium",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
".**": true,
"node_modules": true,
},
"hide-files.files": [],
}