We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6876337 + 2fe34b1 commit 10e063bCopy full SHA for 10e063b
.gitignore
@@ -1,5 +1,11 @@
1
# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
2
3
+# Workaround for Nx bug: parent .gitignore files with '*' can cause
4
+# `nx show projects` to return nothing by ignoring subprojects.
5
+# See: https://github.com/nrwl/nx/issues/27368
6
+# Unignore everything to ensure Nx detects all projects
7
+!*
8
+
9
# compiled output
10
dist
11
tmp
@@ -45,4 +51,4 @@ upload
45
51
.rollup.cache
46
52
*.tsbuildinfo
47
53
48
-/result
54
+/result
0 commit comments