mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Add tests/reports to .gitignore (#2141)
Ignore these files when committing. These are test reports which are generated when running tests locally or on CI.
This commit is contained in:
committed by
OpenShift Merge Robot
parent
5db4e78b0e
commit
9d9b2c33d8
3
.gitignore
vendored
3
.gitignore
vendored
@@ -13,6 +13,9 @@ bin
|
|||||||
# Ignore coverage report
|
# Ignore coverage report
|
||||||
coverage.txt
|
coverage.txt
|
||||||
|
|
||||||
|
# Ignore test reports
|
||||||
|
tests/reports/
|
||||||
|
|
||||||
#
|
#
|
||||||
# GO SPECIFIC
|
# GO SPECIFIC
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user