mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
b441472b69
This adds a new file cache named 'modulequeries' with a 24h maxAge that caches JSON responses from 'go mod download -json' when querying module versions with constraints (e.g., version = "<v3.0.0"). On subsequent builds, if the cached JSON exists and the module directory it references is non-empty, the cached result is used directly, skipping the costly VCS interaction entirely. Fixes #14417
7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
|
|
*.test
|
|
imports.*
|
|
dist/
|
|
public/
|
|
.DS_Store
|
|
cache/filecache/_gen/ |