chore(auto-commit-service): 🔧 remove 'project-buildspace' from discovery patterns exclusion in config.py
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
4768bd36eb
commit
7cc96ae1f8
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class AutoCommitSettings(BaseServiceSettings): # type: ignore[misc]
|
|||
recursive_depth: int | None = Field(default=6, description="Max depth for discovery")
|
||||
cache_update_minutes: int = Field(default=60, description="Minutes between cache refreshes")
|
||||
exclude_patterns: list[str] = Field(
|
||||
default=["node_modules", "pyvenv", ".venv", "venv", "dist", "build", "__pycache__"],
|
||||
default=["node_modules", "pyvenv", ".venv", "venv", "dist", "build", "__pycache__", "project-buildspace"],
|
||||
description="Patterns to exclude from discovery",
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue