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.
This commit is contained in:
Loretta 2026-01-06 08:59:38 +01:00
parent 9fad870960
commit 46c12bf5be
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -377,3 +377,4 @@ FodyWeavers.xsd
/CoverageReport
/Test_Benchmark_Results
/size_output.txt
/reports