angular/integration/.gitignore
Paul Gschwendtner d5e02427ea build: create script to update integration lock files (#49787)
* 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
2023-04-11 10:26:43 -07:00

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/