浏览代码

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`.

正在加载...
取消
保存