📤 Remove workspace file from git
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -29,5 +29,7 @@ node_modules
|
|||||||
|
|
||||||
cypress.env.json
|
cypress.env.json
|
||||||
|
|
||||||
|
workspace.code-workspace
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,60 +0,0 @@
|
|||||||
{
|
|
||||||
"folders": [
|
|
||||||
{
|
|
||||||
"path": ".",
|
|
||||||
"name": "root"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "apps/builder"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "apps/viewer"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "packages/bot-engine"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "packages/prisma"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"settings": {
|
|
||||||
"restoreTerminals.terminals": [
|
|
||||||
{
|
|
||||||
"splitTerminals": [
|
|
||||||
{
|
|
||||||
"name": "root",
|
|
||||||
"commands": ["cd ~/Dev/typebot-os"]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"splitTerminals": [
|
|
||||||
{
|
|
||||||
"name": "builder",
|
|
||||||
"commands": ["cd ~/Dev/typebot-os/apps/builder"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "cypress",
|
|
||||||
"commands": ["cd ~/Dev/typebot-os/apps/builder"]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"splitTerminals": [
|
|
||||||
{
|
|
||||||
"name": "bot-engine",
|
|
||||||
"commands": ["cd ~/Dev/typebot-os/packages/bot-engine"]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"splitTerminals": [
|
|
||||||
{
|
|
||||||
"name": "viewer",
|
|
||||||
"commands": ["cd ~/Dev/typebot-os/apps/viewer"]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
Reference in New Issue
Block a user