mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04: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.
|
# Poetry will create a setup.py, which we don't want to include.
|
||||||
/setup.py
|
/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