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:58:03 +01:00
parent 1f2f06ff8c
commit ceb8c3d886
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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