]> source.dussan.org Git - gitignore.git/commit
[Python] Add poetry.lock 3911/head
authorJP-Ellis <josh@jpellis.me>
Mon, 6 Dec 2021 23:31:40 +0000 (10:31 +1100)
committerGitHub <noreply@github.com>
Mon, 6 Dec 2021 23:31:40 +0000 (10:31 +1100)
commit596862f8b5f7103a46f9cdd6e77074ec8a351ddf
treecb05b5c7d84b39b24b46d5e26304fde4295e4ea6
parentc3c7af5d0dec0caca47379aa1459950c83121580
[Python] Add poetry.lock

Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.  This is especially recommended for binary packages to ensure reproducibility, and is more commonly ignored for libraries.

This is taken from https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
Python.gitignore