mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
aider: Excluded all directories named "OLD" from the Jekyll build.
# Aider chat conversation: USER: can we exclude all dirs named OLD? ASSISTANT: Here is the change to exclude all directories named "OLD" from the Jekyll build: _config.yml ```yaml <<<<<<< SEARCH exclude: - tmp.benchmarks ======= exclude: - tmp.benchmarks - "**/OLD" >>>>>>> REPLACE ``` This uses a glob pattern `**/OLD` to exclude any directory named "OLD" at any level in the directory tree.
This commit is contained in:
parent
f481fba1ca
commit
abc94456ae
1 changed files with 1 additions and 0 deletions
|
@ -14,3 +14,4 @@ defaults:
|
|||
|
||||
exclude:
|
||||
- tmp.benchmarks
|
||||
- "**/OLD"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue