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.
1 parent 2429f4a commit 058e4bdCopy full SHA for 058e4bd
.gitignore
@@ -56,3 +56,5 @@ vite.config.*.timestamp*
56
vitest.config.*.timestamp*
57
.cursor/rules/nx-rules.mdc
58
.github/instructions/nx.instructions.md
59
+
60
+code-pushup.config.bundled_*.mjs
nx.json
@@ -13,6 +13,7 @@
13
"!{projectRoot}/eslint.config.?(c)js",
14
"!{workspaceRoot}/**/.code-pushup/**/*",
15
"!{projectRoot}/code-pushup.config.?(m)[jt]s",
16
+ "!{projectRoot}/code-pushup.config.bundled_*.mjs",
17
"!{projectRoot}/@(test|mocks|mock)/**/*",
18
"!{projectRoot}/**/?(*.)test.[jt]s?(x)?(.snap)",
19
"!{projectRoot}/**/?(*.)mocks.[jt]s?(x)",
0 commit comments