diff options
author | Marvin Vogt <m@rvinvogt.com> | 2023-10-01 22:41:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-01 22:41:53 +0200 |
commit | bb629fc14def1580c60c20119b6eef72e5322973 (patch) | |
tree | 5725142c837f51867eb259795dcd266a4f3beae7 | |
parent | e8131b2a80ed1fa84c94da08d257969a198d0ee4 (diff) | |
download | gitignore-bb629fc14def1580c60c20119b6eef72e5322973.tar.gz gitignore-bb629fc14def1580c60c20119b6eef72e5322973.zip |
Update PDM docs reference
Co-authored-by: Leonardo Nascimento <6169152+leonaascimento@users.noreply.github.com>
-rw-r--r-- | Python.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python.gitignore b/Python.gitignore index f7f74c71..60a821a5 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -106,7 +106,7 @@ ipython_config.py #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/#use-with-ide +# https://pdm.fming.dev/latest/usage/project/#working-with-version-control .pdm.toml .pdm-python |