This commit is contained in:
MartinBraquet
2026-03-01 23:33:11 +01:00
parent 90d25c7152
commit 54a8f0e59b

View File

@@ -9,5 +9,5 @@
"headers": [{"key": "Cache-Control", "value": "no-cache"}]
}
],
"ignoreCommand": "git fetch --depth=2 && git diff HEAD^ HEAD --quiet -- ."
"ignoreCommand": "ls -A && git fetch --depth=2 && git diff HEAD^ HEAD --quiet -- web/ common/"
}