fix(repo): add nx-cache to gitignore to make e2e tests pass on windows
This commit is contained in:
parent
4464da09f5
commit
330c33ddd1
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,5 +10,6 @@ tmp
|
|||||||
*.log
|
*.log
|
||||||
jest.debug.config.js
|
jest.debug.config.js
|
||||||
.tool-versions
|
.tool-versions
|
||||||
|
/.nx-cache
|
||||||
/.verdaccio/build/local-registry
|
/.verdaccio/build/local-registry
|
||||||
dep-graph/client/src/assets/environment.js
|
dep-graph/client/src/assets/environment.js
|
||||||
@ -129,7 +129,8 @@ async function processCollectedUpdatedAndDeletedFiles() {
|
|||||||
collectedDeletedFiles.clear();
|
collectedDeletedFiles.clear();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// this is expected
|
// this is expected
|
||||||
// for instance, workspace.json can be incorrect etc
|
// for instance, workspace.json can be incorrect or a file we are trying to has
|
||||||
|
// has been deleted
|
||||||
// we are resetting internal state to start from scratch next time a file changes
|
// we are resetting internal state to start from scratch next time a file changes
|
||||||
// given the user the opportunity to fix the error
|
// given the user the opportunity to fix the error
|
||||||
// if Nx requests the project graph prior to the error being fixed,
|
// if Nx requests the project graph prior to the error being fixed,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user