mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
Add poetry.toml to .gitignore (#14807)
This commit is contained in:
parent
bc7ca704dd
commit
7b3a8f2b0c
2 changed files with 4 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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
1
changelog.d/14807.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Add local poetry config files (`poetry.toml`) to `.gitignore`.
|
Loading…
Reference in a new issue