mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-02 08:51:36 +02:00
Fix ignored files for Yarn v2
This commit is contained in:
parent
599dbce6e6
commit
7a2cdc20de
17 changed files with 295 additions and 29 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -2,7 +2,14 @@ data
|
|||
.DS_Store
|
||||
dist
|
||||
dts
|
||||
.yarn
|
||||
|
||||
# Yarn
|
||||
.yarn/*
|
||||
!.yarn/releases
|
||||
!.yarn/plugins
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
.pnp.*
|
||||
|
||||
# Logs
|
||||
logs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue