mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
868cb7cb45
See: https://bazel.build/rules/lib/globals/repo and https://github.com/aspect-build/rules_js/blob/092dd7892b816f899c7ab5b794fdb6236abb6939/docs/pnpm.md?plain=1#L77
6 lines
74 B
Python
6 lines
74 B
Python
ignore_directories([
|
|
".git",
|
|
"dist",
|
|
"**/node_modules/**",
|
|
])
|