From 17a9f1d75282bb327876757e899ccd50ea6f3e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Fri, 3 Nov 2023 05:58:50 +0100 Subject: [PATCH] ignore .nx folder --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b705e4b0..b33c11ec 100644 --- a/.gitignore +++ b/.gitignore @@ -26,11 +26,11 @@ coverage .env .env.** -# IDEs and editors +# IDEs, editors, tools .idea .vscode - .vagrant +.nx tsconfig.tsbuildinfo