mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
* Adds a small script to conveniently re-generate lock files for integration tests. * Updates the `.gitignore` for integration tests to ignore node modules. Some tests do not have a `.gitignore` (like the CLI boilerplate tests). PR Close #49787
13 lines
151 B
Text
13 lines
151 B
Text
built/
|
|
dist/
|
|
vendor/
|
|
tmp/
|
|
*/src/*.d.ts
|
|
*/src/*.js
|
|
!karma.conf.js
|
|
**/.yarn_local_cache*
|
|
**/NPM_PACKAGE_MANIFEST.json
|
|
|
|
*/node_modules/
|
|
|
|
.tmp-yarn-cache/
|