From 05a8dcf2bebfbfc236ebb44b4233d615515f5fc4 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Fri, 3 Jan 2025 14:41:34 +0100 Subject: [PATCH] chore: update ignores --- .dockerignore | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index a1611a1ca5..5e7a893014 100644 --- a/.dockerignore +++ b/.dockerignore @@ -34,6 +34,7 @@ _testmain.go *coverage.out coverage.all +coverage/ cpu.out /modules/migration/bindata.go diff --git a/.gitignore b/.gitignore index 744577248d..fc210af692 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ _testmain.go *coverage.out coverage.all +coverage/ cpu.out /modules/migration/bindata.go