From 9b0584e740b7b7511b443df54159cb9143ae3c68 Mon Sep 17 00:00:00 2001 From: Benjamin Fan Date: Sat, 26 Oct 2024 06:36:26 -0700 Subject: [PATCH] fix(.gitignore): Ignore nx/workspace-data --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1855157f30f..a824a7b64c1 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ sites/*/package-lock.json # Nx cache .nx/cache +.nx/workspace-data # Docusaurus cache .docusaurus