Просмотр исходного кода

[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
pull/3911/head
JP-Ellis 2 лет назад
Родитель
Сommit
596862f8b5
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 7 добавлений и 0 удалений
  1. 7
    0
      Python.gitignore

+ 7
- 0
Python.gitignore Просмотреть файл

@@ -94,6 +94,13 @@ ipython_config.py
# install all needed dependencies.
#Pipfile.lock

# poetry
# 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.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/


Загрузка…
Отмена
Сохранить