From 3771a7af63ce4cfa3c80a2761460286cf6308e92 Mon Sep 17 00:00:00 2001 From: John Dawson Date: Wed, 11 Jan 2023 08:08:14 +0000 Subject: [PATCH] In Python.gitignore substitute `PDM` for `pdm` --- Python.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index c989f97c..40f37c23 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -102,11 +102,11 @@ ipython_config.py # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control # poetry.lock -# pdm +# PDM # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in # version control. # pdm.lock -# pdm stores project-wide configurations in .pdm.toml, but it is recommended +# 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 .pdm.toml