From 2bd3f3e5496b16189ce9e7b4365046919e0986f4 Mon Sep 17 00:00:00 2001 From: Murtadha Date: Sun, 5 Oct 2025 17:37:21 -0400 Subject: [PATCH] refactor: ignore everything in build except .pdf currently only in resume, but will import this configuration to coverletter directory --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 36347b5..2939f73 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,9 @@ *.log *.out *.synctex.gz + +# Ignore everything in the build directory +build/* + +!build/*.pdf +