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/cli | |
| parent | c886f085256684a121a016e7ee2280131eeebbfc (diff) | |
cleanup unused `allowBuildArtifacts` (#1010)
Diffstat (limited to 'docs/cli')
| -rw-r--r-- | docs/cli/configuration.md | 2 |
1 files changed, 0 insertions, 2 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 } ``` |
