Skip to content

Commit f3b6c64

Browse files
Move exclude to .gitignore
1 parent cd79a11 commit f3b6c64

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,6 @@ testenv*/
110110
# PyCharm
111111
.idea/
112112

113+
# Backup files
114+
*.orig
115+
*~

pyproject.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ addopts = "-rsx -n auto"
7777
path = "cwl_utils/__meta__.py"
7878

7979
[tool.hatch.build.targets.sdist]
80-
exclude = [
81-
"/.github",
82-
"**~",
83-
"**.pyc",
84-
"**.orig",
85-
]
8680
include = [
8781
"/README.rst",
8882
"/Makefile",
@@ -118,12 +112,6 @@ include = [
118112
]
119113

120114
[tool.hatch.build.targets.wheel]
121-
exclude = [
122-
"/.github",
123-
"**~",
124-
"**.pyc",
125-
"**.orig",
126-
]
127115
include = [
128116
"/README.rst",
129117
"/Makefile",

0 commit comments

Comments
 (0)