소스 검색

Merge pull request #4279 from SRv6d/main

Add `.pdm-python` to python gitignore
pull/4081/head^2
Daniel Johnson 1 개월 전
부모
커밋
a41112a9ab
No account linked to committer's email address
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__/

Loading…
취소
저장