diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-01-11 11:44:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 11:44:13 +0000 |
commit | 7b3a8f2b0cb19ec31f922829edf41a13e364d0e2 (patch) | |
tree | fd6edac92f04376869ca7afafdd25e26f03ea3d7 /.gitignore | |
parent | Add `tag` to `listeners` documentation (#14803) (diff) | |
download | synapse-7b3a8f2b0cb19ec31f922829edf41a13e364d0e2.tar.xz |
Add poetry.toml to .gitignore (#14807)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2b09bddf18..6937de88bc 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |