We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20c47f commit a15a2dbCopy full SHA for a15a2db
1 file changed
typst.toml
@@ -8,6 +8,6 @@ authors = [
8
license = "MIT"
9
description = "Codly is a beautiful code presentation template with many features like smart indentation, line numbering, highlighting, etc."
10
repository = "https://github.com/Dherse/codly"
11
-exclude = [ "assets/*", "docs.pdf" ]
+exclude = [ "assets/*", "docs.pdf", "bench/*", "tests/*", "scripts/*" ]
12
compiler = "0.12.0"
13
keywords = [ "code", "pretty", "template", "raw" ]
0 commit comments