.gitignore: ignore all node_modules folders (#4491)

This commit is contained in:
tobitege 2024-10-20 03:17:45 +02:00 committed by GitHub
parent 5cc16cb82a
commit 6471d0f94d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.gitignore vendored
View File

@ -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/