netgescon-day0/netgescon-day0-shared.code-workspace

50 lines
1.4 KiB
Plaintext
Executable File

{
"folders": [
{
"path": "."
},
{
"name": "documenti-53",
"path": "/home/michele/mnt/netgescon-ssh/documenti"
},
{
"name": "progetti-53",
"path": "/home/michele/mnt/netgescon-ssh/progetti"
},
{
"name": "scambio-53",
"path": "/home/michele/mnt/netgescon-ssh/scambio"
}
],
"settings": {
"git.confirmSync": false,
"git.autorefresh": false,
"search.useIgnoreFiles": true,
"search.useGlobalIgnoreFiles": true,
"search.followSymlinks": false,
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/vendor/**": true,
"**/node_modules/**": true,
"**/storage/**": true,
"**/bootstrap/cache/**": true,
"**/incoming/**": true,
"**/Miki-Bug-workspace/**": true
},
"search.exclude": {
"**/vendor/**": true,
"**/node_modules/**": true,
"**/storage/**": true,
"**/bootstrap/cache/**": true,
"**/incoming/**": true,
"**/Miki-Bug-workspace/**": true
},
"files.associations": {
"*.blade.php": "blade",
"*.env*": "dotenv",
"miki*.txt": "markdown"
},
"git.ignoreLimitWarning": true
}
}