mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 17:41:27 -04:00
14 lines
340 B
JSON
14 lines
340 B
JSON
{
|
|
"headers": [
|
|
{
|
|
"source": "/service-worker.js",
|
|
"headers": [{"key": "Cache-Control", "value": "no-cache"}]
|
|
},
|
|
{
|
|
"source": "/manifest.json",
|
|
"headers": [{"key": "Cache-Control", "value": "no-cache"}]
|
|
}
|
|
],
|
|
"ignoreCommand": "git fetch --depth=2 && git diff HEAD^ HEAD --quiet -- ./ ../common/"
|
|
}
|