Skip to content

Commit 33edf3f

Browse files
author
John Doe
committed
refactor: add comment fos TODO
1 parent 0b13ace commit 33edf3f

File tree

1 file changed

+2
-33
lines changed

1 file changed

+2
-33
lines changed

.nxignore

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,3 @@
1-
# exclude mock Nx monorepos used for testing
2-
# mocks
3-
4-
# explicit paths excluded by "mocks" glob
5-
# e2e/ci-e2e/mocks
6-
# e2e/cli-e2e/mocks
7-
# e2e/nx-plugin-e2e/mocks
8-
# e2e/packages/ci/mocks
9-
# e2e/packages/cli/mocks
10-
# e2e/packages/plugin-coverage/mocks
11-
# e2e/packages/plugin-eslint/mocks
12-
# e2e/packages/plugin-jsdocs/mocks
13-
# e2e/packages/plugin-typescript/mocks
14-
# e2e/packages/utils/mocks
15-
# e2e/plugin-coverage-e2e/mocks
16-
# e2e/plugin-eslint-e2e/mocks
17-
# e2e/plugin-js-packages-e2e/mocks
18-
# e2e/plugin-jsdocs-e2e/mocks
19-
# e2e/plugin-lighthouse-e2e/mocks
20-
# e2e/plugin-typescript-e2e/mocks
21-
# examples/plugins/mocks
22-
# packages/ci/mocks
23-
# packages/cli/mocks
24-
# packages/plugin-coverage/mocks
25-
# packages/plugin-eslint/mocks
26-
# packages/plugin-jsdocs/mocks
27-
# packages/plugin-typescript/mocks
28-
# packages/utils/mocks
29-
30-
# explicit paths excluded containing Nx workspace mock assets
31-
32-
# e2e/ci-e2e/mocks/fixtures/nx-monorepo
33-
# packages/ci/mocks/fixtures/monorepos/nx
1+
# HACK: exclude mock Nx monorepos used for testing (this makes test working but changed in our mocks are ignored and don't invalidate caching)
2+
# @TODO prefix Nx related files with "_" (not detected by Nx or test) and copy/rename them under folder `tmp` (excluded by Nx, detected by test) see #1102
343
packages/plugin-eslint/mocks/fixtures/nx-monorepo

0 commit comments

Comments
 (0)