browser/external/raylib-4.5.0/projects/VSCode/.vscode/settings.json

11 lines
162 B
JSON
Raw Normal View History

2023-09-27 15:02:24 -04:00
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.o": true,
"**/*.exe": true,
}
}