From eeff2414b02c600b5fb7f607c943813053409959 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Mon, 17 Nov 2025 12:33:26 -0500 Subject: [PATCH] feat: Updates project .gitignore, to ignore generated Reports to prevent sensitive information being in git repo. The reports should be able to be regenerated and / or stored somewhere in the customers profile. --- project/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/project/.gitignore b/project/.gitignore index bb56973..74c13d5 100644 --- a/project/.gitignore +++ b/project/.gitignore @@ -1 +1,4 @@ .build/* +Report.pdf +Report.html +Report.tex