Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 7b3a8f2

Browse files
Add poetry.toml to .gitignore (#14807)
1 parent bc7ca70 commit 7b3a8f2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,6 @@ book/
6969

7070
# Poetry will create a setup.py, which we don't want to include.
7171
/setup.py
72+
73+
# Don't include users' poetry configs
74+
/poetry.toml

changelog.d/14807.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add local poetry config files (`poetry.toml`) to `.gitignore`.

0 commit comments

Comments
 (0)