From 473a02a289e9b8a05c86e9de940b454ad2c82037 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Thu, 16 Jan 2020 18:43:05 +0200 Subject: [PATCH] [mod] #66: Do not commit the lock file - Add poetry.lock into the .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a518b16b..4cc601cd 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,8 @@ docs/duniterpy.* .mypy_cache # gitlab pages -/public/ \ No newline at end of file +/public/ + +# Poetry +# https://python-poetry.org/docs/libraries/#lock-file +poetry.lock -- GitLab