From c3d7ec7be93a6793b9e3a284ef324c1a87920dff Mon Sep 17 00:00:00 2001 From: Dominique Wirz Date: Mon, 5 Feb 2024 09:51:32 +0100 Subject: [PATCH] fix: add .nx/ chache to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b6c0813..885f11b 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,6 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + +# NX +.nx/