Browse Source

.gitignore: ignore all `node_modules` folders (#4491)

tobitege 1 năm trước cách đây
mục cha
commit
6471d0f94d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -178,7 +178,6 @@ evaluation/toolqa/data
 # frontend
 # frontend
 
 
 # dependencies
 # dependencies
-frontend/node_modules
 frontend/.pnp
 frontend/.pnp
 frontend/bun.lockb
 frontend/bun.lockb
 frontend/yarn.lock
 frontend/yarn.lock
@@ -228,3 +227,4 @@ runtime_*.tar
 containers/runtime/Dockerfile
 containers/runtime/Dockerfile
 containers/runtime/project.tar.gz
 containers/runtime/project.tar.gz
 containers/runtime/code
 containers/runtime/code
+**/node_modules/