Skip to content

Commit

Permalink
Ignore pycache and set manifest build
Browse files Browse the repository at this point in the history
  • Loading branch information
semagnum committed Jul 20, 2024
1 parent 8c9a6ff commit 42b0586
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
_templates/
build/
_build/
__pycache__/

*.zip
11 changes: 6 additions & 5 deletions blender_manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ license = [

# Optional: build setting.
# https://docs.blender.org/manual/en/dev/extensions/command_line_arguments.html#command-line-args-extension-build
# [build]
# paths_exclude_pattern = [
# "/.git/"
# "__pycache__/"
# ]
[build]
paths_exclude_pattern = [
"/.git/",
"__pycache__/",
"venv/",
]

0 comments on commit 42b0586

Please sign in to comment.