mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
cd855762cd
We were using Yarn Classic. While this is not deprecated, Yarn is moving in a different direction with Yarn Modern (read more [here](https://yarnpkg.com/migration/overview)) and we should align with that. The migration mainly requires rebuilding our lockfile. We will still use `node_modules` for now, though in the future we may want to adopt the new [Plug'n'Play model](https://yarnpkg.com/features/pnp).
33 lines
330 B
Plaintext
33 lines
330 B
Plaintext
dist/
|
|
dist-dev/
|
|
node_modules/
|
|
*~
|
|
*.log
|
|
*.out
|
|
out/
|
|
.DS_Store
|
|
bin/
|
|
waveshell/bin/
|
|
wavesrv/bin/
|
|
dev-bin
|
|
local-server-bin
|
|
*.pw
|
|
build/
|
|
*.dmg
|
|
webshare/dist/
|
|
webshare/dist-dev/
|
|
temp.sql
|
|
.idea/
|
|
test/
|
|
.vscode/
|
|
make/
|
|
waveterm-builds.zip
|
|
|
|
# Yarn Modern
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions |