Skip to content

Commit 09817e2

Browse files
authored
Chore: ignore Go coverage .out files (#84702)
ignore Go coverage .out files
1 parent e27c08c commit 09817e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,5 @@ public/app/plugins/**/dist/
214214
/public/app/features/transformers/docs/*.js
215215
/scripts/docs/generate-transformations.js
216216

217+
# Go coverage files created with go test -cover -coverprogile=something.out ...
218+
*.out

0 commit comments

Comments
 (0)