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 <noreply@anthropic.com>
21 lines
328 B
Plaintext
21 lines
328 B
Plaintext
# Design assets / source (not tracked)
|
|
Design/
|
|
|
|
# Dependencies (covers API Server/panel/node_modules, etc.)
|
|
node_modules/
|
|
|
|
# OS / editor cruft
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.log
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea/
|
|
|
|
# Secrets
|
|
.env
|
|
*.env.local
|
|
|
|
# Local reference copy of the published Anker Modbus map artifact
|
|
anker-modbus-map.html
|