mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
.gitignore: ignore all node_modules folders (#4491)
This commit is contained in:
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/
|
||||
|
||||
Reference in New Issue
Block a user