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:
Abhishek Upadhye 2025-06-05 19:51:15 +05:30 committed by GitHub
parent 3a29bb0986
commit efd4652faa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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