Skip to content

Commit

Permalink
chore: Change exclude rule to include example typ file
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeLayer committed Aug 9, 2024
1 parent 8bf3708 commit 8fca7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/ShapeLayer/ucpc-solutions__typst"
keywords = ["slides", "presentation", "beamer"]
categories = ["presentation"]
compiler = "0.1.0"
exclude = [".github", "examples", "tests", "justfile"]
exclude = [".github", "examples/*.pdf", "tests", "justfile"]

[template]
path = "template"
Expand Down

0 comments on commit 8fca7f1

Please sign in to comment.