This repository has been archived on 2024-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
gmtk-2024/.vscode/settings.json

9 lines
99 B
JSON
Raw Normal View History

2024-08-19 01:44:16 +00:00
{
"files.exclude": {
".godot": true,
"addons": true,
"build": true,
"*.import": true
}
}