We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7699645 commit a01dc95Copy full SHA for a01dc95
scripts/install
@@ -11,7 +11,7 @@ echo "Install dir: $TARGET"
11
12
# Copy all included files to a temporary directory
13
TMP="$(mktemp -d)"
14
-for f in src/*.typ CHANGELOG.md README.md LICENSE typst.toml docs/*.svg; do
+for f in src/*.typ README.md LICENSE typst.toml docs/*.svg; do
15
mkdir -p "$TMP/$(dirname "$f")" 2>/dev/null
16
cp -r "$ROOT/$f" "$TMP/$f"
17
done
typst.toml
@@ -19,8 +19,11 @@ keywords = [
19
]
20
exclude = [
21
".github",
22
+ ".gitignore",
23
"docs",
24
"scripts",
25
"tests",
26
"Justfile",
27
+ "CHANGELOG.md",
28
+ "CONTRIBUTING.md",
29
0 commit comments