From cf7d63ba1de8b8bed9868113f886ceae15a5b27b Mon Sep 17 00:00:00 2001 From: Mohit Paddhariya Date: Tue, 28 Jan 2025 03:19:36 +0530 Subject: [PATCH] chore: remove unnecessary coverage.out entry from .gitignore Removed the specific `coverage.out` entry from `.gitignore` as it is unnecessary for the project. --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 639503d8c857..2bad81975ba0 100644 --- a/.gitignore +++ b/.gitignore @@ -154,7 +154,3 @@ playground/cloudfunction.zip # Ignore .test-infra/metrics/github_runs_prefetcher/code.zip # as its generated with terraform .test-infra/metrics/sync/github/github_runs_prefetcher/code.zip - -# Ignore ./sdks/go/pkg/beam/transforms/sql/coverage.out -# as it is generated by running tests -sdks/go/pkg/beam/transforms/sql/coverage.out \ No newline at end of file