39 lines
938 B
Plaintext
39 lines
938 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"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
|
|
}
|
|
}
|