Merge pull request #9 from bzah/patch-1
Update .gitignore - yarn cache dir
This commit is contained in:
commit
0d2cc2c559
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue