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 a1b1243 commit ced9fc1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions typst.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pre-plantuml"
version = "0.0.1"
entrypoint = "src/lib.typ"
authors = [
"Clemens Koza <https://github.com/SillyFreak/>"
"Clemens Koza <https://github.com/SillyFreak/>"
]
license = "MIT"
description = "template package"
Expand All @@ -15,7 +15,17 @@ keywords = ["uml", "diagram", "software", "modelling"]
categories = ["visualization"]
disciplines = []
compiler = "0.11.0"
exclude = ["README.md", "CHANGELOG.md", "Justfile", "docs", "gallery"]
exclude = [
".github",
"docs",
"gallery",
"scripts",
"tests",
".typstignore",
"Justfile",
# not included: Rust files & dirs that are not submitted in a publishing PR anyway:
# plugin, target, Cargo.lock, Cargo.toml
]

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

0 comments on commit ced9fc1

Please sign in to comment.