Skip to content

tlaurie-cl/nx-with-external-gitignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Reproduction Steps

  1. cd to ./inner
  2. Run npx nx run build
  3. Open .nx/workspace-data/daemon.log
  • If using an editor without live-updates, open the .nx/workspace-data folder instead.
  1. Note the continuously added logs to "hash changed files from watcher", "build-project-configs", and "total execution time for createProjectGraph()".
  • Or note the continuous increase to the daemon.log filesize.
  1. Run npx nx reset
  2. Add a blank .gitignore to ./inner
  3. Run npx nx run build again
  4. Note the daemon.log does not continuously grow in size.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published