TACC / tup-ui

React client for TACC User Portal
2 stars 0 forks source link

fix: add .nx to .gitignore #406

Closed wesleyboar closed 6 months ago

wesleyboar commented 6 months ago

Overview

Do not let .nx files be comitted.

Related

Changes

Testing

  1. Run npx nx serve tup-cms.
  2. Run npx nx serve tup-ui.
  3. Run npx nx format:write.
  4. Verify Git diff does not show .nx files.

UI

Before nx format write caused nx cache diff
wesleyboar commented 6 months ago

Closed in favor of #407, which includes this change as part of NX upgrade.