mlc_config.json 198 B

12345678910111213
  1. {
  2. "ignorePatterns": [
  3. {
  4. "pattern": "https://github.com/?.*"
  5. },
  6. {
  7. "pattern": "https://platform.openai.com/docs/.*"
  8. },
  9. {
  10. "pattern": ".*localhost.*"
  11. }
  12. ]
  13. }