mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +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"
|
description: "A command-line chat tool for coding with GPT"
|
||||||
|
|
||||||
exclude:
|
exclude:
|
||||||
- tmp.benchmarks
|
- "tmp*"
|
||||||
- _posts/OLD
|
- "**/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