Skip to content

Commit 5f97a96

Browse files
committed
Add more ignores
1 parent 3e78a5c commit 5f97a96

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,10 @@ exclude_also = [
344344

345345
[tool.check-sdist]
346346
git-only = [
347-
"tests/**",
348-
"tools/**"
347+
"tests/**",
348+
"tools/**",
349+
".gitattributes",
350+
".gitignore",
351+
"news/.gitignore"
349352
]
350353
default-ignore = true

0 commit comments

Comments
 (0)