Merge pull request #9 from bzah/patch-1

Update .gitignore - yarn cache dir
This commit is contained in:
Joseph Garrone
2023-11-26 15:14:59 +01:00
committed by GitHub

10
.gitignore vendored
View File

@ -33,6 +33,16 @@ jspm_packages
# Optional npm cache directory
.npm
# yarn cache directory
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Optional REPL history
.node_repl_history