Add poetry.toml to .gitignore (#14807)

This commit is contained in:
Andrew Morgan 2023-01-11 11:44:13 +00:00 committed by GitHub
parent bc7ca704dd
commit 7b3a8f2b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@ -69,3 +69,6 @@ book/
# Poetry will create a setup.py, which we don't want to include.
/setup.py
# Don't include users' poetry configs
/poetry.toml

1
changelog.d/14807.misc Normal file
View File

@ -0,0 +1 @@
Add local poetry config files (`poetry.toml`) to `.gitignore`.