Only ignore bin directory at repo root (#2856)

Closes https://github.com/astral-sh/uv/issues/1304.
This commit is contained in:
Charlie Marsh 2024-04-06 20:36:41 -04:00 committed by GitHub
parent bfc4c1aa5a
commit fee9657548
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
.gitignore vendored
View file

@ -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