Back to Nx

Add Self Healing To Gitignore

packages/nx/src/migrations/update-22-2-0/add-self-healing-to-gitignore.md

22.7.1305 B
Original Source

Add Self-Healing Directory to Git Ignore

Add gitignore entry for the .nx/self-healing directory, which stores local fix context generated by Nx's self-healing CI feature.

Sample Code Changes

Adds the following entry to the .gitignore file.

text
.nx/self-healing