1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Start to prepare wegame build

This commit is contained in:
tobspr
2021-05-25 13:09:33 +02:00
parent a3fb3c432a
commit 6e9fa89792
8 changed files with 902 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
"**/node_modules": true,
"**/typedefs_gen": true
}
}
}