mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Use prune instead of recursive-exclude for venv*
Frankly not sure why recursive-exclude doesn't work here, but prune does, and that's good enough for me now. It's also probably preferable to only exclude venv* at the root, anyway.
This commit is contained in:
@ -6,4 +6,4 @@ global-include *.pyi
|
||||
|
||||
recursive-exclude * __pycache__
|
||||
recursive-exclude * *.py[co]
|
||||
recursive-exclude * venv*
|
||||
prune venv*
|
||||
|
||||
Reference in New Issue
Block a user