mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d5e02427ea
* 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
14 lines
151 B
Plaintext
14 lines
151 B
Plaintext
built/
|
|
dist/
|
|
vendor/
|
|
tmp/
|
|
*/src/*.d.ts
|
|
*/src/*.js
|
|
!karma.conf.js
|
|
**/.yarn_local_cache*
|
|
**/NPM_PACKAGE_MANIFEST.json
|
|
|
|
*/node_modules/
|
|
|
|
.tmp-yarn-cache/
|