summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2023-01-11 11:44:13 +0000
committerGitHub <noreply@github.com>2023-01-11 11:44:13 +0000
commit7b3a8f2b0cb19ec31f922829edf41a13e364d0e2 (patch)
treefd6edac92f04376869ca7afafdd25e26f03ea3d7
parentAdd `tag` to `listeners` documentation (#14803) (diff)
downloadsynapse-7b3a8f2b0cb19ec31f922829edf41a13e364d0e2.tar.xz
Add poetry.toml to .gitignore (#14807)
-rw-r--r--.gitignore3
-rw-r--r--changelog.d/14807.misc1
2 files changed, 4 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 diff --git a/changelog.d/14807.misc b/changelog.d/14807.misc new file mode 100644
index 0000000000..eef9cd3a44 --- /dev/null +++ b/changelog.d/14807.misc
@@ -0,0 +1 @@ +Add local poetry config files (`poetry.toml`) to `.gitignore`. \ No newline at end of file