mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
List .gitignore
in project init files (#13855)
Fixes https://github.com/astral-sh/uv/issues/13639 Just added a missing `.gitignore` file in the docs, so that there would be no confusion for readers referring it. Thank you!
This commit is contained in:
parent
3a29bb0986
commit
efd4652faa
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ $ uv init
|
|||
uv will create the following files:
|
||||
|
||||
```text
|
||||
.
|
||||
├── .gitignore
|
||||
├── .python-version
|
||||
├── README.md
|
||||
├── main.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue