feat: Add .cache to .dockerignore and .gitignore to exclude cache files from Docker build context and version control
This commit is contained in:
@@ -88,3 +88,4 @@ ignore:
|
||||
# Import/data directories
|
||||
- "import/**"
|
||||
- "data/**"
|
||||
- ".cache/**"
|
||||
|
||||
@@ -197,3 +197,4 @@ VERSION.md
|
||||
eslint.config.js
|
||||
go.work
|
||||
go.work.sum
|
||||
.cache
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -169,3 +169,4 @@ backend/internal/api/handlers/import_handler.go.bak
|
||||
import/
|
||||
test-results/charon.hatfieldhosted.com.har
|
||||
test-results/local.har
|
||||
.cache
|
||||
|
||||
Reference in New Issue
Block a user