Skip to content

Commit 75ec41f

Browse files
committed
Update documentation link for pdm, use recommended includes/excludes
1 parent 15d6845 commit 75ec41f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Python.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,10 @@ ipython_config.py
110110

111111
# pdm
112112
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
113+
# pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python.
114+
# https://pdm-project.org/en/latest/usage/project/#working-with-version-control
113115
#pdm.lock
114-
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
115-
# in version control.
116-
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
117-
.pdm.toml
116+
#pdm.toml
118117
.pdm-python
119118
.pdm-build/
120119

0 commit comments

Comments
 (0)