nx
Version:
12 lines (7 loc) • 306 B
Markdown
#### 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 title=".gitignore"
.nx/self-healing
```