diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 61bbd2dfa0..c011cd27a4 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,10 @@ _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. +!poetry.lock + # stuff that is likely to exist when you run a server locally /*.db /*.log |