From 880de1870ad4571a7ff146be9f4991a921cf5bdb Mon Sep 17 00:00:00 2001 From: tegwick Date: Tue, 24 Feb 2026 17:48:57 +0100 Subject: [PATCH] Update .gitignore for state-hub artifacts Exclude state-hub/.venv, .env, dashboard/node_modules, dashboard/src/.observablehq/, and dashboard/dist/. Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 694cc2d..7d19574 100644 --- a/.gitignore +++ b/.gitignore @@ -179,5 +179,6 @@ state-hub/.venv/ state-hub/.env state-hub/dashboard/node_modules/ state-hub/dashboard/.observablehq/ +state-hub/dashboard/src/.observablehq/ state-hub/dashboard/dist/