From 01a41941532c559317d0bab7be7133d20e0574da Mon Sep 17 00:00:00 2001 From: Interchouette <484423+Interchouette@users.noreply.github.com> Date: Wed, 5 Aug 2026 19:50:13 +0200 Subject: [PATCH] fix: ignore www/dist and www/coverage after Nx move. Unanchor dist/coverage so build artifacts under www/ are not untracked. Co-authored-by: Cursor --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f2a63b8..60ca5e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ # See http://help.github.com/ignore-files/ for more about ignoring files. # compiled output -/dist +dist /tmp /out-tsc +coverage # dependencies node_modules @@ -13,8 +14,7 @@ node_modules .angular # local caches -.cache/* -!.cache/.gitkeep +.cache/ # IDEs and editors /.idea @@ -35,7 +35,6 @@ node_modules # misc /.sass-cache /connect.lock -/coverage /libpeerconnection.log npm-debug.log yarn-error.log