Browse Source
Added yarn cache to .gitignore (#1477)
* Added yarn cache (.yarn) to .gitignore
pull/1478/head
Dick Wolff
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
2 deletions
-
.gitignore
-
yarn.lock
|
|
@ -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 |
|
|
@ -20047,4 +20047,4 @@ zone.js@~0.10.3: |
|
|
|
zwitch@^1.0.0: |
|
|
|
version "1.0.5" |
|
|
|
resolved "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz" |
|
|
|
integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw== |
|
|
|
integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw== |