cleanup unused allowBuildArtifacts (#1010)

This commit is contained in:
Anas H. Sulaiman
2025-06-13 12:00:38 -04:00
committed by GitHub
parent c886f08525
commit 34e0d9c0b6
14 changed files with 0 additions and 61 deletions

View File

@@ -49,12 +49,10 @@ When you create a `.gemini/settings.json` file for project-specific settings, or
- **Description:** Controls git-aware file filtering behavior for @ commands and file discovery tools.
- **Properties:**
- **`respectGitIgnore`** (boolean, default: `true`): Whether to respect .gitignore patterns when discovering files. When enabled, git-ignored files (like `node_modules/`, `dist/`, `.env`) are automatically excluded from @ commands and file listing operations.
- **`allowBuildArtifacts`** (boolean, default: `false`): Whether to include build artifacts and generated files in file discovery operations.
- **Example:**
```json
"fileFiltering": {
"respectGitIgnore": true,
"allowBuildArtifacts": false
}
```

View File

@@ -367,7 +367,6 @@ These are timestamped records of specific events.
- `code_assist_enabled` (boolean)
- `log_user_prompts_enabled` (boolean)
- `file_filtering_respect_git_ignore` (boolean)
- `file_filtering_allow_build_artifacts` (boolean)
- `debug_mode` (boolean)
- `mcp_servers` (string)