diff options
| author | Anas H. Sulaiman <[email protected]> | 2025-06-13 11:49:48 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-13 11:49:48 -0400 |
| commit | c886f085256684a121a016e7ee2280131eeebbfc (patch) | |
| tree | 8287ebd8447325f6066e6c3e84d5a5d8f2f5c6cf /docs/cli/configuration.md | |
| parent | d25459d8153e1a35e0e0175447f9c624978d6a51 (diff) | |
cleanup unused `customIgnorePatterns` (#1009)
Diffstat (limited to 'docs/cli/configuration.md')
| -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 606c06fd..cd8d26c4 100644 --- a/docs/cli/configuration.md +++ b/docs/cli/configuration.md @@ -49,13 +49,11 @@ 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. - - **`customIgnorePatterns`** (array of strings, default: `[]`): Additional patterns to ignore beyond git-ignored files. Useful for excluding specific directories or file types. - **`allowBuildArtifacts`** (boolean, default: `false`): Whether to include build artifacts and generated files in file discovery operations. - **Example:** ```json "fileFiltering": { "respectGitIgnore": true, - "customIgnorePatterns": ["temp/", "*.log"], "allowBuildArtifacts": false } ``` |
