mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
feat: Add common file patterns to default gitignore spec
This commit is contained in:
parent
25a303935c
commit
22f140ac05
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ def load_gitignores(gitignore_paths: list[Path]) -> Optional[PathSpec]:
|
||||||
"__pycache__/", # Python cache dir
|
"__pycache__/", # Python cache dir
|
||||||
".DS_Store", # macOS metadata
|
".DS_Store", # macOS metadata
|
||||||
"Thumbs.db", # Windows thumbnail cache
|
"Thumbs.db", # Windows thumbnail cache
|
||||||
|
"*.svg",
|
||||||
# IDE files
|
# IDE files
|
||||||
".idea/", # JetBrains IDEs
|
".idea/", # JetBrains IDEs
|
||||||
".vscode/", # VS Code
|
".vscode/", # VS Code
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue