Skip to content

Commit 082db55

Browse files
authored
chore: gitignore node_modules folder (#499)
One of the tools, maybe `prettier` creates a `node_modules` folder locally which should be ignored. --- ### Changes are visible to end-users: no ### Test plan no testing required
1 parent 0173cb5 commit 082db55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
**/*.whl
1010
.venv/
1111

12+
node_modules/
13+
1214
!third_party/**
1315

1416
# TODO: enable when it is more stable, maybe Bazel 7.1

0 commit comments

Comments
 (0)