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
2024-08-19 02:44:16 +01:00

8 lines
99 B
JSON

{
"files.exclude": {
".godot": true,
"addons": true,
"build": true,
"*.import": true
}
}