From 889163936620e6788e8ff49b7dac840f3c8fb596 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 8 Dec 2025 04:39:34 +0000 Subject: [PATCH] feat: Add .cache to .dockerignore and .gitignore to exclude cache files from Docker build context and version control --- .codecov.yml | 1 + .dockerignore | 1 + .gitignore | 1 + 3 files changed, 3 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 5e3521ae..a6458e44 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -88,3 +88,4 @@ ignore: # Import/data directories - "import/**" - "data/**" + - ".cache/**" diff --git a/.dockerignore b/.dockerignore index 48f5be27..8de6d2f0 100644 --- a/.dockerignore +++ b/.dockerignore @@ -197,3 +197,4 @@ VERSION.md eslint.config.js go.work go.work.sum +.cache diff --git a/.gitignore b/.gitignore index 63785fb8..c69b768d 100644 --- a/.gitignore +++ b/.gitignore @@ -169,3 +169,4 @@ backend/internal/api/handlers/import_handler.go.bak import/ test-results/charon.hatfieldhosted.com.har test-results/local.har +.cache