This repository has been archived on 2021-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
shapez.io/electron/electron.code-workspace

13 lines
142 B
Plaintext
Raw Permalink Normal View History

2020-05-21 13:05:21 +02:00
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
"**/node_modules": true,
"**/typedefs_gen": true
}
}
}