diff --git a/.vscode/settings.json b/.vscode/settings.json index 72446f4..8c8cc3a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,12 @@ { - "typescript.tsdk": "node_modules/typescript/lib" + "typescript.tsdk": "node_modules/typescript/lib", + "explorer.fileNesting.patterns": { + "flake.nix": "*.nix, flake.lock, .envrc", + "package.json": " pnpm-lock.yaml, tsconfig.json, .gitignore" + }, + "files.exclude": { + ".direnv": true, + "node_modules": true, + "@girs": true + } }