1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-14 23:18:21 +00:00

Ignore all node_modules, not just from root dir (#28959)

This commit is contained in:
Aidan Timson
2026-01-13 12:51:54 +00:00
committed by GitHub
parent 57a586c3a7
commit 444f8d87b3

2
.gitignore vendored
View File

@@ -15,7 +15,7 @@ dist/
!.yarn/sdks
!.yarn/versions
.pnp.*
/node_modules/
node_modules/
yarn-error.log
npm-debug.log