mirror of https://github.com/astral-sh/uv
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
|
|
@ -29,7 +29,7 @@ $ uv init
|
|||
uv will create the following files:
|
||||
|
||||
```text
|
||||
.
|
||||
├── .gitignore
|
||||
├── .python-version
|
||||
├── README.md
|
||||
├── main.py
|
||||
|
|
|
|||
Loading…
Reference in New Issue