|
1 | 1 | { |
2 | | - "kiroAgent.configureMCP": "Enabled", |
3 | | - "kiroAgent.trustedCommands": [ |
4 | | - "./gradlew *", |
5 | | - "gradle *", |
6 | | - "mv *" |
7 | | - ] |
| 2 | + "explorer.excludeGitIgnore": true, |
| 3 | + "files.exclude": { |
| 4 | + "**/.gradle": true, |
| 5 | + "**/build": true, |
| 6 | + "**/build-cache": true, |
| 7 | + "**/generated": true, |
| 8 | + "**/.generated": true, |
| 9 | + "**/.xcodemap": true, |
| 10 | + "**/logs": true, |
| 11 | + "**/.logs": true, |
| 12 | + "**/*.log": true, |
| 13 | + "**/.intellijPlatform": true, |
| 14 | + "**/node_modules": true, |
| 15 | + "**/.claude": true, |
| 16 | + "**/.cursor": true, |
| 17 | + "**/.playwright-mcp": true, |
| 18 | + "**/.mcp.json": true, |
| 19 | + "**/pnpm-lock.yaml": true, |
| 20 | + "**/.env": true |
| 21 | + }, |
| 22 | + "search.exclude": { |
| 23 | + "**/.gradle": true, |
| 24 | + "**/build": true, |
| 25 | + "**/build-cache": true, |
| 26 | + "**/generated": true, |
| 27 | + "**/.generated": true, |
| 28 | + "**/node_modules": true, |
| 29 | + "**/.intellijPlatform": true, |
| 30 | + "**/.playwright-mcp": true |
| 31 | + }, |
| 32 | + "explorer.fileNesting.enabled": true, |
| 33 | + "explorer.fileNesting.expand": false, |
| 34 | + "explorer.fileNesting.patterns": { |
| 35 | + "build.gradle.kts": "settings.gradle.kts, gradlew, gradlew.bat, gradle.properties", |
| 36 | + "README.md": "LICENSE, TODO.md, .editorconfig, CODEBUDDY.md, .gitignore, .gitattributes", |
| 37 | + ".env.example": ".env, .env.*" |
| 38 | + }, |
| 39 | + "[markdown]": { |
| 40 | + "editor.wordWrap": "off" |
| 41 | + }, |
| 42 | + "workbench.sideBar.location": "right" |
8 | 43 | } |
0 commit comments