mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 05:14:20 -05:00
Add poetry.toml to .gitignore (#14807)
This commit is contained in:
parent
bc7ca704dd
commit
7b3a8f2b0c
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 New Issue
Block a user