Added IGNORE_PATTERN to the settings file.

This commit is contained in:
Sytone 2017-08-02 14:59:32 -07:00 committed by GitHub
parent cc84649977
commit 5d8082ee40

View file

@ -9,5 +9,6 @@
"CREDENTIALS": null, "CREDENTIALS": null,
"ALLOWED_NETWORKS": [], "ALLOWED_NETWORKS": [],
"BANNED_IPS": [], "BANNED_IPS": [],
"BANLIMIT": 0 "BANLIMIT": 0,
"IGNORE_PATTERN": []
} }