mlc_config.json 227 B

12345678
  1. {
  2. "_comment": "Config file for linkcheck: If urls have some issues we can not fix on our end past it in here. MLC will ignore this.",
  3. "ignorePatterns": [
  4. {
  5. "pattern": "^https://curl.zuul.vexxhost.dev"
  6. }
  7. ]
  8. }