mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Don't copy gitignored files in workspace tests (#4012)
The workspace test directories can be used both in tests and directly for developing/debugging. In the latter, we shouldn't copy the venv and the lockfile when running tests. Using the ignore crate over manual recursion we exclude those files.
This commit is contained in:
parent
36f7fa3917
commit
da7d5549a3
5 changed files with 21 additions and 3 deletions
1
scripts/workspaces/.gitignore
vendored
Normal file
1
scripts/workspaces/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
uv.lock
|
Loading…
Add table
Add a link
Reference in a new issue