From 7d7b5bad984f61b8e6ebf6ad4a126074d6c5b84e Mon Sep 17 00:00:00 2001 From: "Y.D.X" <73375426+YDX-2147483647@users.noreply.github.com> Date: Mon, 8 May 2023 10:27:40 +0800 Subject: [PATCH] chore: Move `.pdm.toml` to `pdm.toml` + `.pdm-python` (#38) pdm v2.5.0b0 has this breaking change. > Move the project python path to its own file, and rename the project config file as pdm.toml which can be committed to the VCS. https://pdm.fming.dev/latest/dev/changelog/#release-v250b0-2023-03-29 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6072645..b2840e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -.pdm.toml +.pdm-python .directory .ide # Byte-compiled / optimized / DLL files