Files
raylib/projects/VSCode_tcc_win/.vscode/settings.json
2020-04-11 11:23:00 +02:00

10 lines
141 B
JSON

{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.o": true
}
}