mirror of
https://github.com/kristoferssolo/LU-DF-Typst-Template.git
synced 2026-02-04 06:22:05 +00:00
chore: minor changes
This commit is contained in:
18
.typstignore
Normal file
18
.typstignore
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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
|
||||
examples
|
||||
CONTRIBUTING.md
|
||||
# PDF manuals should be included so that they can be linked, but not their sources
|
||||
docs/*
|
||||
!docs/*.pdf
|
||||
Reference in New Issue
Block a user