Skip to content

Commit

Permalink
Merge pull request #380 from espressif/bugfix/thorvg_component_size
Browse files Browse the repository at this point in the history
fix(thorvg): exclude some folders to reduce component size
  • Loading branch information
igrr authored Sep 18, 2024
2 parents 43e2413 + 0116ce7 commit f16d432
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions thorvg/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ sbom:
manifests:
- path: sbom_thorvg.yml
dest: thorvg
files:
exclude:
- "thorvg/docs/**/*"
- "thorvg/examples/**/*"
- "thorvg/res/**/*"
- "thorvg/test/**/*"
- "thorvg/web/**/*"

0 comments on commit f16d432

Please sign in to comment.