Fix ignored files for Yarn v2

This commit is contained in:
Max Isom 2020-10-24 13:10:02 -04:00
parent 599dbce6e6
commit 7a2cdc20de
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
17 changed files with 295 additions and 29 deletions

9
.gitignore vendored
View file

@ -2,7 +2,14 @@ data
.DS_Store
dist
dts
.yarn
# Yarn
.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*
# Logs
logs