From 66f36d966378b93b177ad12e6e49799a080d1971 Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Sun, 4 May 2025 20:18:45 +0200 Subject: [PATCH] fix getting version when using make binaries (#4489) --- .dockerignore | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index 69a21c8c..819f8c01 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,6 @@ # do not add .git, since it is needed to extract the tag # do not add /binaries, since it is needed by Docker images +/tmp /coverage*.txt /apidocs/*.html /internal/core/VERSION diff --git a/.gitignore b/.gitignore index fb8fd8d5..db4976ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/tmp /binaries /coverage*.txt /apidocs/*.html