This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-50/.vscode/settings.json
2022-03-29 12:42:59 -04:00

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,
}
}