Skip to content

Commit 5ff4c28

Browse files
committed
build: ensure that tools/legacy-rnjs/node_modules is ignored
1 parent f79ab12 commit 5ff4c28

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
@@ -17,3 +17,4 @@ packages/ngtools/webpack/node_modules
1717
packages/schematics/angular/node_modules
1818
modules/testing/builder/node_modules
1919
tests/node_modules
20+
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)