mlc_config.json 268 B

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