diff --git a/.gitignore b/.gitignore index 22ad61f4d6d..10e8a33303f 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,5 @@ scripts/web-component-wrappers/interfaces.json examples/nextjs-pages/node_modules examples/nextjs-app/node_modules + +.nx/cache \ No newline at end of file diff --git a/.prettierignore b/.prettierignore index 665c04d6356..e5c9ba2bc75 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1,4 @@ *.module.css.ts yarn.lock + +/.nx/cache \ No newline at end of file diff --git a/nx.json b/nx.json index 9bd25fe53c2..1e52c92dc08 100644 --- a/nx.json +++ b/nx.json @@ -5,14 +5,6 @@ "sharedGlobals": [], "production": ["default"] }, - "tasksRunnerOptions": { - "default": { - "runner": "nx/tasks-runners/default", - "options": { - "cacheableOperations": [] - } - } - }, "targetDefaults": { "clean": { "dependsOn": ["^clean"]