From ee030647160ac5c54d8d1c850f8f85a41457d2eb Mon Sep 17 00:00:00 2001 From: PeninsulaInd Date: Wed, 21 Jan 2026 16:24:16 -0600 Subject: [PATCH] add brands.json to repository --- .gitignore | 1 + brands.json | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 brands.json diff --git a/.gitignore b/.gitignore index 1901d7f..249b299 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ debug_output/ # Generated content and temporary files *.json +!brands.json *.html *.txt *.backup diff --git a/brands.json b/brands.json new file mode 100644 index 0000000..6dd6ecb --- /dev/null +++ b/brands.json @@ -0,0 +1,5 @@ +{ + "gullco.com": ["Gullco", "Gullco International"], + "dehumidifiercorp.com": ["Dehumidifier Corp", "Dehumidifier Corporation of America", "DCA"], + "hoggeprecision.com": ["Hogge Precision", "Hogge Precision Parts Co. Inc"] +}