ソースを参照

Add poetry.toml to .gitignore (#14807)

tags/v1.76.0rc1
Andrew Morgan 1年前
committed by GitHub
コミット
7b3a8f2b0c
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
2個のファイルの変更4行の追加0行の削除
  1. +3
    -0
      .gitignore
  2. +1
    -0
      changelog.d/14807.misc

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

@@ -69,3 +69,6 @@ book/

# Poetry will create a setup.py, which we don't want to include.
/setup.py

# Don't include users' poetry configs
/poetry.toml

+ 1
- 0
changelog.d/14807.misc ファイルの表示

@@ -0,0 +1 @@
Add local poetry config files (`poetry.toml`) to `.gitignore`.

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