From 81444fb6783504982b426c0a9a5f1b3d77105110 Mon Sep 17 00:00:00 2001 From: Tim Black Date: Wed, 6 May 2026 11:59:31 -0700 Subject: [PATCH] chore: gitignore Nx cache and workspace-data Co-authored-by: Cursor --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 4684df71..50726f64 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,7 @@ Thumbs.db # Playwright MCP .playwright-mcp + +# Nx — local machine cache (agents/CI should never commit these) +.nx/cache +.nx/workspace-data