diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2026-04-18 11:17:22 +0200 |
|---|---|---|
| committer | Karan Jayachandra <me@karanj.com> | 2026-04-18 15:54:31 +0200 |
| commit | 8a63cbae70661db4d2a9d01d77f90295298a5de3 (patch) | |
| tree | 5b78c187970fc00f4ab0b19e08b66c1e23c38997 /.gitignore | |
| parent | ccb10a35dce82022285299f68ca17a1f5041a612 (diff) | |
Added the output of Typst to gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -16,4 +16,7 @@ hugo.darwin hugo.linux # Temporary lock file while building -/.hugo_build.lock
\ No newline at end of file +/.hugo_build.lock + +# Typst Output +resume.pdf
\ No newline at end of file |
