From bde3f0a55ce3facd0321e3e137d23daba7983df0 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 17 Jun 2025 19:58:22 +0300 Subject: [PATCH] fix(nx): revert infinite watching causing severe issues with the daemon See https://github.com/TriliumNext/Notes/pull/2285#issuecomment-2981118813 --- .gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitignore b/.gitignore index 61b28bfa3..d7694258d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,5 @@ # See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files. -# Workaround for Nx bug: parent .gitignore files with '*' can cause -# `nx show projects` to return nothing by ignoring subprojects. -# See: https://github.com/nrwl/nx/issues/27368 -# Unignore everything to ensure Nx detects all projects -!* - # compiled output dist tmp