Skip to content

Commit 64875c6

Browse files
alan-agius4devversion
authored andcommitted
build: ensure that tools/legacy-rnjs/node_modules is ignored
1 parent dbb8ad6 commit 64875c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.bazelignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ packages/angular_devkit/schematics_cli/node_modules
1616
packages/ngtools/webpack/node_modules
1717
packages/schematics/angular/node_modules
1818
modules/testing/builder/node_modules
19+
tools/legacy-rnjs/node_modules

tools/legacy-rnjs/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
node_modules/
1+
node_modules
22

33
# Yarn
44
.yarn/*

0 commit comments

Comments
 (0)