From 8a63cbae70661db4d2a9d01d77f90295298a5de3 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Sat, 18 Apr 2026 11:17:22 +0200 Subject: Added the output of Typst to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4a76f8a..07ed96b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.3.1