raylib/projects/VSCode/.vscode/settings.json

11 lines
162 B
JSON
Raw Normal View History

2018-07-31 12:26:52 +03:00
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.o": true,
"**/*.exe": true,
}
}