Added yarn cache to .gitignore (#1477)

* Added yarn cache (.yarn) to .gitignore
This commit is contained in:
Dick Wolff
2022-11-24 11:46:26 +01:00
committed by GitHub
parent 6a764fe893
commit 3fb01c6dcf
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -5,6 +5,7 @@
/tmp
# dependencies
/.yarn
/node_modules
# IDEs and editors
@ -37,4 +38,4 @@ yarn-error.log
# System Files
.DS_Store
Thumbs.db
Thumbs.db