Repo health
Package
No npm package detected in the project root.
Filter syntax examples
.jswill only include paths containing.js..js$will only include files with.jsextension.!test,!.lockwill ignore paths containingtestor.lock.!.test.js$,!^docs/will ignore paths ending with.test.jsor starting withdocs/.!.md$,^README.md$will ignore all Markdown files (i.e. ending with.md) except forREADME.mdin the root of the repository.^src/will exclude all paths, except for the ones starting withsrc/(i.e. placed in thesrcfolder).
See ghloc for details.