We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e7a0f commit 4db3c12Copy full SHA for 4db3c12
blender_manifest.toml
@@ -30,8 +30,20 @@ copyright = [
30
[permissions]
31
files = "Export mesh files to the specified directory"
32
33
-# [build]
34
-# paths_exclude_pattern = []
+[build]
+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
+]
47
48
[features]
49
workspace = true
0 commit comments