1
0
mirror of https://github.com/github/gitignore synced 2025-06-27 17:18:52 +02:00

Merge pull request #4671 from akaIDIOT/patch-python-pdm

Update documentation link for pdm, use recommended includes/excludes
This commit is contained in:
Daniel Johnson 2025-06-20 14:23:29 -07:00 committed by GitHub
commit 975d0c3945
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,11 +110,10 @@ ipython_config.py
# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
# pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python.
# https://pdm-project.org/en/latest/usage/project/#working-with-version-control
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
.pdm.toml
#pdm.toml
.pdm-python
.pdm-build/