Merge pull request #2285 from werererer/fix/nx-project-discovery

fix(build): fix Nx project discovery issue caused by parent .gitignore
This commit is contained in:
Elian Doran 2025-06-12 08:46:17 +03:00 committed by GitHub
commit 10e063b39e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
.gitignore vendored
View File

@ -1,5 +1,11 @@
# 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
@ -45,4 +51,4 @@ upload
.rollup.cache
*.tsbuildinfo
/result
/result