mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
.gitignore: ignore all node_modules folders (#4491)
This commit is contained in:
parent
5cc16cb82a
commit
6471d0f94d
2
.gitignore
vendored
2
.gitignore
vendored
@ -178,7 +178,6 @@ evaluation/toolqa/data
|
||||
# frontend
|
||||
|
||||
# dependencies
|
||||
frontend/node_modules
|
||||
frontend/.pnp
|
||||
frontend/bun.lockb
|
||||
frontend/yarn.lock
|
||||
@ -228,3 +227,4 @@ runtime_*.tar
|
||||
containers/runtime/Dockerfile
|
||||
containers/runtime/project.tar.gz
|
||||
containers/runtime/code
|
||||
**/node_modules/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user