From 05f8bd07ed6857405042f5f63429ce319b5c428b Mon Sep 17 00:00:00 2001 From: tajniak81 <13187254+tajniak81@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:49:39 +0200 Subject: [PATCH] The register map, kept locally without keeping it in the repo The Anker Modbus reference page is published as an artifact and lives in the project root as a working copy. It is generated rather than authored, and the published page is the one that gets updated, so tracking the local copy would only invite the two to drift apart in review. Co-Authored-By: Claude Opus 5 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a0aefa2..27a4712 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ Thumbs.db # Secrets .env *.env.local + +# Local reference copy of the published Anker Modbus map artifact +anker-modbus-map.html