Skip to content

Commit b39099a

Browse files
authored
Add files via upload
1 parent fc42397 commit b39099a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

scripts/generate_release_hashes.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88

99
ROOT = Path(__file__).resolve().parents[1]
1010
GENERATED = {"FILE-HASHES.json", "PATCH-SHA256SUMS.txt"}
11-
IGNORED_PARTS = {".git", "node_modules", "staging", "health-output", "__pycache__"}
11+
IGNORED_PARTS = {
12+
".git",
13+
"node_modules",
14+
"staging",
15+
"health-output",
16+
"checked-artifact",
17+
"__pycache__",
18+
}
1219
CORE_FILES = [
1320
"package.json",
1421
"sources.json",

0 commit comments

Comments
 (0)