Skip to content

Commit 5cab6c1

Browse files
committed
update: remove lock file also add it in git ignore
1 parent ff7bdb1 commit 5cab6c1

File tree

2 files changed

+3
-1191
lines changed

2 files changed

+3
-1191
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ipython_config.py
9999
# This is especially recommended for binary packages to ensure reproducibility, and is more
100100
# commonly ignored for libraries.
101101
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102-
#poetry.lock
102+
poetry.lock
103103

104104
# pdm
105105
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
@@ -108,6 +108,8 @@ ipython_config.py
108108
# in version control.
109109
# https://pdm.fming.dev/#use-with-ide
110110
.pdm.toml
111+
poetry.lock
112+
src/poetry.lock
111113

112114
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
113115
__pypackages__/

0 commit comments

Comments
 (0)