Skip to content
Permalink
c9ca4ec1bd
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit 1aae76b Jun 17, 2020 History
0 contributors

Users who have contributed to this file

10 lines (9 sloc) 164 Bytes
{
"files.exclude": {
// include the defaults from VS Code
"**/.git": true,
"**/.DS_Store": true,
// transpiled JavaScript
"lib": true,
}
}