Skip to content

Commit 4db3c12

Browse files
make sure only what's needed for the build is built when running "blender --command extension build"
1 parent f8e7a0f commit 4db3c12

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

blender_manifest.toml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,20 @@ copyright = [
3030
[permissions]
3131
files = "Export mesh files to the specified directory"
3232

33-
# [build]
34-
# paths_exclude_pattern = []
33+
[build]
34+
paths_exclude_pattern = [
35+
"releases/",
36+
".git/",
37+
".github/",
38+
".gitignore",
39+
"__pycache__/",
40+
".claude/",
41+
"*.pyc",
42+
".DS_Store",
43+
"NOTE.md",
44+
".vscode/",
45+
"*.log"
46+
]
3547

3648
[features]
3749
workspace = true

0 commit comments

Comments
 (0)