From 19c9659529bb29843514d8b385ee946f44073734 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 8 Dec 2023 13:59:10 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/ac64c44df778985148f9bdf923e3049227bc97cf --- constants/regexes.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 constants/regexes.json diff --git a/constants/regexes.json b/constants/regexes.json new file mode 100644 index 0000000..34c83b0 --- /dev/null +++ b/constants/regexes.json @@ -0,0 +1,6 @@ +{ + "sourceLabel": "ac64c44", + "regexes": { + "harp.inventory": "^Harp.*" + } +} \ No newline at end of file -- cgit