Skip to content

Commit a4deea0

Browse files
committed
Add more ignores
1 parent 3e78a5c commit a4deea0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,9 @@ exclude_also = [
345345
[tool.check-sdist]
346346
git-only = [
347347
"tests/**",
348-
"tools/**"
348+
"tools/**",
349+
".gitattributes",
350+
".gitignore",
351+
"news/.gitignore"
349352
]
350353
default-ignore = true

0 commit comments

Comments
 (0)