mirror of https://github.com/astral-sh/uv
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
|
|
@ -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…
Reference in New Issue