mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +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:
|
uv will create the following files:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
.
|
├── .gitignore
|
||||||
├── .python-version
|
├── .python-version
|
||||||
├── README.md
|
├── README.md
|
||||||
├── main.py
|
├── main.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue