chore: Ignore legacy web folder in .gitignore (#866)
Add rule to ignore the legacy 'web' folder
This commit is contained in:
parent
2d3a22aeb0
commit
79c841db9e
|
|
@ -43,3 +43,6 @@ logs/
|
|||
# pnpm
|
||||
.pnpm-store
|
||||
sandbox_image_cache.tar
|
||||
|
||||
# ignore the legacy `web` folder
|
||||
web/
|
||||
|
|
|
|||
Loading…
Reference in New Issue