add ionic mobile workspace configuration with linked folders and git/port settings
```
This commit is contained in:
louiscklaw
2025-05-12 13:20:37 +08:00
parent cf70e2af21
commit 02771185af

View File

@@ -0,0 +1,17 @@
{
"folders": [
{
"path": ".",
},
{
"path": "./../../001_documentation",
},
{
"path": "../../000_AI_WORKSPACE",
},
],
"settings": {
"git.ignoreLimitWarning": true,
"remote.autoForwardPortsFallback": 0,
},
}