ソースを参照

Merge pull request #4279 from SRv6d/main

Add `.pdm-python` to python gitignore
pull/4081/head^2
Daniel Johnson 3週間前
コミット
a41112a9ab
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更3行の追加1行の削除
  1. 3
    1
      Python.gitignore

+ 3
- 1
Python.gitignore ファイルの表示

@@ -106,8 +106,10 @@ 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
.pdm-build/

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/

読み込み中…
キャンセル
保存