From 46c12bf5bef6fc6c2fc5bfcf3571b699e125c6b0 Mon Sep 17 00:00:00 2001 From: Loretta Date: Tue, 6 Jan 2026 08:59:38 +0100 Subject: [PATCH] Add /reports to .gitignore Now the /reports directory will be ignored by Git, preventing it from being tracked in the repository. This helps keep generated or report files out of version control. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c70e59d..998ec33 100644 --- a/.gitignore +++ b/.gitignore @@ -377,3 +377,4 @@ FodyWeavers.xsd /CoverageReport /Test_Benchmark_Results /size_output.txt +/reports