feat: Add .cache to .dockerignore and .gitignore to exclude cache files from Docker build context and version control

This commit is contained in:
GitHub Actions
2025-12-08 04:39:34 +00:00
parent da378e624c
commit 8891639366
3 changed files with 3 additions and 0 deletions

View File

@@ -88,3 +88,4 @@ ignore:
# Import/data directories
- "import/**"
- "data/**"
- ".cache/**"

View File

@@ -197,3 +197,4 @@ VERSION.md
eslint.config.js
go.work
go.work.sum
.cache

1
.gitignore vendored
View File

@@ -169,3 +169,4 @@ backend/internal/api/handlers/import_handler.go.bak
import/
test-results/charon.hatfieldhosted.com.har
test-results/local.har
.cache