From 54c0c3187d4e5b845e4e7cb7087a3258c3d81bbd Mon Sep 17 00:00:00 2001 From: ciregenz Date: Mon, 4 May 2026 17:52:08 -0700 Subject: [PATCH] gitignore: anchor /analytics to repo root --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 64e18f64..d973f172 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,9 @@ backend/.venv/ .account-factory openswarm-cloud .openswarm-cloud +# Top-level only — Haik's PostHog dashboard webapp clone. Anchored with +# leading slash so this doesn't accidentally ignore backend/apps/analytics/. +/analytics .claude/ # Local-only operator helpers (never commit) scripts/set-fly-*.sh