mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Only ignore bin
directory at repo root (#2856)
Closes https://github.com/astral-sh/uv/issues/1304.
This commit is contained in:
parent
bfc4c1aa5a
commit
fee9657548
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -8,7 +8,7 @@ target/
|
||||||
target-alpine/
|
target-alpine/
|
||||||
|
|
||||||
# Bootstrapped Python versions
|
# Bootstrapped Python versions
|
||||||
bin/
|
/bin/
|
||||||
|
|
||||||
# These are backup files generated by rustfmt
|
# These are backup files generated by rustfmt
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue