Browse Source

Add poetry.toml to .gitignore (#14807)

tags/v1.76.0rc1
Andrew Morgan 1 year ago
committed by GitHub
parent
commit
7b3a8f2b0c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions
  1. +3
    -0
      .gitignore
  2. +1
    -0
      changelog.d/14807.misc

+ 3
- 0
.gitignore 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
- 0
changelog.d/14807.misc View File

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

Loading…
Cancel
Save