From fee9657548dd05ca27395b993bef70da4d6771cc Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sat, 6 Apr 2024 20:36:41 -0400 Subject: [PATCH] Only ignore `bin` directory at repo root (#2856) Closes https://github.com/astral-sh/uv/issues/1304. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b195ac35c..1a106a64e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ target/ target-alpine/ # Bootstrapped Python versions -bin/ +/bin/ # These are backup files generated by rustfmt **/*.rs.bk