From caf4e74bc022ac48f600d6505ea9084ff97d053d Mon Sep 17 00:00:00 2001 From: Raphael Date: Sat, 19 Jul 2025 14:56:09 +0200 Subject: [PATCH] style(git/ignore): adding the pdf extansion to ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3a5fbe8..09189d1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .envrc *.lock node_modules/ +*.pdf