diff options
| author | Anas H. Sulaiman <[email protected]> | 2025-06-13 12:00:38 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-13 12:00:38 -0400 |
| commit | 34e0d9c0b65b91b12df4f205d9835e05913992b9 (patch) | |
| tree | 50f503a89ecdc74e2c13ad59aab18c89dd027573 /docs | |
| parent | c886f085256684a121a016e7ee2280131eeebbfc (diff) | |
cleanup unused `allowBuildArtifacts` (#1010)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cli/configuration.md | 2 | ||||
| -rw-r--r-- | docs/core/telemetry.md | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md index cd8d26c4..4eacc6fd 100644 --- a/docs/cli/configuration.md +++ b/docs/cli/configuration.md @@ -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 } ``` diff --git a/docs/core/telemetry.md b/docs/core/telemetry.md index 4455638c..538150cf 100644 --- a/docs/core/telemetry.md +++ b/docs/core/telemetry.md @@ -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) |
