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
9fad870960
commit
46c12bf5be
|
|
@ -377,3 +377,4 @@ FodyWeavers.xsd
|
|||
/CoverageReport
|
||||
/Test_Benchmark_Results
|
||||
/size_output.txt
|
||||
/reports
|
||||
|
|
|
|||
Loading…
Reference in New Issue