Skip to content

Commit

Permalink
Merge pull request #13 from SillyFreak/clean-up-exclude
Browse files Browse the repository at this point in the history
don't exclude README and CHANGELOG (and also Justfile)
  • Loading branch information
jamesrswift authored Jun 22, 2024
2 parents 1195445 + acb644d commit 41d6e49
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion typst.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ keywords = []
categories = []
disciplines = []
compiler = ""
exclude = ["README.md", "CHANGELOG.md", "Justfile", "docs"]
exclude = [
".github",
"docs",
"scripts",
"tests",
".typstignore",
"Justfile",
]

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

0 comments on commit 41d6e49

Please sign in to comment.