mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
feat: Add MANIFEST.in to exclude website assets
This commit is contained in:
parent
0b60c48253
commit
86f38e11cd
1 changed files with 9 additions and 0 deletions
9
MANIFEST.in
Normal file
9
MANIFEST.in
Normal file
|
@ -0,0 +1,9 @@
|
|||
recursive-exclude aider/website/examples *
|
||||
recursive-exclude aider/website/_posts *
|
||||
exclude aider/website/HISTORY.md
|
||||
exclude aider/website/docs/benchmarks*.md
|
||||
exclude aider/website/docs/ctags.md
|
||||
exclude aider/website/docs/unified-diffs.md
|
||||
exclude aider/website/docs/leaderboards/index.md
|
||||
recursive-exclude aider/website/assets *
|
||||
global-exclude .DS_Store
|
Loading…
Add table
Add a link
Reference in a new issue