From 34e0d9c0b65b91b12df4f205d9835e05913992b9 Mon Sep 17 00:00:00 2001 From: "Anas H. Sulaiman" Date: Fri, 13 Jun 2025 12:00:38 -0400 Subject: cleanup unused `allowBuildArtifacts` (#1010) --- docs/cli/configuration.md | 2 -- docs/core/telemetry.md | 1 - 2 files changed, 3 deletions(-) (limited to 'docs') 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) -- cgit v1.2.3