24 lines
538 B
JSON
24 lines
538 B
JSON
{
|
|
"git.detectSubmodules": false,
|
|
"cSpell.words": [
|
|
"msaa",
|
|
"raylib",
|
|
"repr",
|
|
"vsync"
|
|
],
|
|
"files.watcherExclude": {
|
|
"**/.git/objects/**": true,
|
|
"**/.git/subtree-cache/**": true,
|
|
"**/node_modules/*/**": true,
|
|
"**/.hg/store/**": true,
|
|
"**/target/**": true,
|
|
},
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/__pycache__": true,
|
|
}
|
|
} |