{ "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 }, "search.exclude": { "**/vendor/**": true, "**/node_modules/**": true, "**/storage/**": true, "**/bootstrap/cache/**": true, "**/incoming/**": true }, "files.associations": { "*.blade.php": "blade", "*.env*": "dotenv", "miki*.txt": "markdown" }, "git.ignoreLimitWarning": true } }