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:
parent
1f2f06ff8c
commit
ceb8c3d886
|
|
@ -380,3 +380,4 @@ FodyWeavers.xsd
|
|||
/CoverageReport
|
||||
/Test_Benchmark_Results
|
||||
/size_output.txt
|
||||
/reports
|
||||
|
|
|
|||
Loading…
Reference in New Issue