Skip to content

Commit

Permalink
fix exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
SillyFreak committed Sep 29, 2024
1 parent 2980a28 commit 47a5782
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion typst.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ keywords = ["program", "execution"]
categories = ["scripting", "presentation"]
disciplines = ["computer-science"]
compiler = "0.9.0"
exclude = ["README.md", "CHANGELOG.md", "Justfile", "docs", "gallery"]
exclude = [
".github",
"docs",
"gallery",
"scripts",
"tests",
".typstignore",
"Justfile",
]

# [template]
# path = "template"
Expand Down

0 comments on commit 47a5782

Please sign in to comment.