generated from typst-community/typst-package-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.typstignore
19 lines (16 loc) · 780 Bytes
/
.typstignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# this is not a "standard" ignore file, it's specific to this template's `scripts/package` script
# list any files here that should not be uploaded to Universe when releasing this package
# if you are used to ignore files, be aware that .typstignore is a bit more limited:
# - only this file is used; .typstignore files in subdirectories are not considered
# - patterns must match file/directory names from the beginning: `x.typ` will not match `src/x.typ`
# - `*` in patterns works, but also matches directory separators: `*.typ` _will_ match `src/x.typ`
# .git and .typstignore are excluded automatically
.github
scripts
tests
Justfile
# PDF manuals should be included so that they can be linked, but not their sources
docs/*
!docs/*.pdf
example-resume.pdf
example-resume.png