631 B
631 B
| title | description |
|---|---|
| .nxignore Reference | Learn how to use the .nxignore file to specify files in your workspace that should be completely ignored by Nx during affected calculations. |
.nxignore
You may optionally add an .nxignore file to the root. This file is used to specify files in your workspace that should
be completely ignored by Nx.
The syntax is the same as
a .gitignore file.
When a file is specified in the .nxignore file:
- Changes to that file are not taken into account in the
affectedcalculations.