diff options
author | David Robertson <davidr@element.io> | 2022-04-20 17:33:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 17:33:20 +0100 |
commit | e5a76ec00b443c6e15ac8de2838a5c60a47a67ec (patch) | |
tree | 91978252df6c4d27438b21945015f311ace42c2f /.gitignore | |
parent | Fix Jinja templating error when generating thumbnail URLs. (#12510) (diff) | |
download | synapse-e5a76ec00b443c6e15ac8de2838a5c60a47a67ec.tar.xz |
Dump setuptools; correct pyproject version number (#12478)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index c011cd27a4..e58affb241 100644 --- a/.gitignore +++ b/.gitignore @@ -15,8 +15,7 @@ _trial_temp*/ .DS_Store __pycache__/ -# We do want the poetry lockfile. TODO: is there a good reason for ignoring -# '*.lock' above? If not, let's nuke it. +# We do want the poetry lockfile. !poetry.lock # stuff that is likely to exist when you run a server locally |