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

Update documentation link for pdm, use recommended includes/excludes

This commit is contained in:
Mattijs Ugen 2025-06-16 16:40:50 +02:00
parent 15d684578f
commit 75ec41f83a

View File

@ -110,11 +110,10 @@ ipython_config.py
# pdm # pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. # 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.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it #pdm.toml
# in version control.
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
.pdm.toml
.pdm-python .pdm-python
.pdm-build/ .pdm-build/