exclude more from jekyll

This commit is contained in:
Paul Gauthier 2024-06-05 08:12:39 -07:00
parent 98e599f62c
commit 13007ded92

View file

@ -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