.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
affected
calculations. - Even if the file is outside an app or library,
nx workspace-lint
won't warn about it.