We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make sure you run commands with -v flag before pasting the output.
-v
Environment is such that pdm notifies config fixer and .gitignore contains the following two lines
.gitignore
.pdm-python .pdm.toml
Then, run
pdm fix
New contents of the .gitignore:
.pdm-python .pdm-python
Note that .pdm.toml is being kept for the good measure.
PDM version: 2.5.0b0 Python Interpreter: Python 3.10 Local Packages: { "implementation_name": "cpython", "implementation_version": "3.10.10", "os_name": "posix", "platform_machine": "x86_64", "platform_release": "22.3.0", "platform_system": "Darwin", "platform_version": "Darwin Kernel Version 22.3.0: Mon Jan 30 20:42:11 PST 2023; root:xnu-8792.81.3~2/RELEASE_X86_64", "python_full_version": "3.10.10", "platform_python_implementation": "CPython", "python_version": "3.10", "sys_platform": "darwin" }
The text was updated successfully, but these errors were encountered:
fix: avoid duplicate .pdm-python in .gitignore. (#1802)
80098ee
* fix: avoid duplicate .pdm-python in .gitignore. fixes #1800 * refactor: remove else block
Successfully merging a pull request may close this issue.
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Environment is such that pdm notifies config fixer and
.gitignore
contains the following two linesThen, run
Actual behavior
New contents of the
.gitignore
:Expected behavior
New contents of the
.gitignore
:Note that .pdm.toml is being kept for the good measure.
Environment Information
The text was updated successfully, but these errors were encountered: