mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
exclude more from jekyll
This commit is contained in:
parent
98e599f62c
commit
13007ded92
1 changed files with 15 additions and 2 deletions
17
_config.yml
17
_config.yml
|
@ -13,5 +13,18 @@ defaults:
|
|||
description: "A command-line chat tool for coding with GPT"
|
||||
|
||||
exclude:
|
||||
- tmp.benchmarks
|
||||
- _posts/OLD
|
||||
- "tmp*"
|
||||
- "**/tmp*"
|
||||
- OLD
|
||||
- "**/OLD/**"
|
||||
- aider
|
||||
- benchmark
|
||||
- build
|
||||
- aider_chat.egg_info
|
||||
- "dev-requirements.*"
|
||||
- "requirements.*"
|
||||
- docker
|
||||
- scripts
|
||||
- tests
|
||||
- setup.py
|
||||
- pytest.ini
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue