UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

12 lines (7 loc) 306 B
#### 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 ```