Ignoring Files or Folders
Ignoring test files
**/*test.js**/*.spec.tsIgnoring Angular bundle files
*vendor*.js
*runtime*.js
*inline*.js
*polyfills*.jsIgnoring common mapped files (Images and HTML)
Ignoring all but specific files (whitelisting)
Last updated
Was this helpful?

