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

Commit

Permalink
Add poetry.toml to .gitignore (#14807)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Jan 11, 2023
1 parent bc7ca70 commit 7b3a8f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions changelog.d/14807.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add local poetry config files (`poetry.toml`) to `.gitignore`.

0 comments on commit 7b3a8f2

Please sign in to comment.