Skip to content

Commit f5f2ef2

Browse files
authored
chore: gitignore .yalc/ and yalc.lock (#159)
Prevents yalc artifacts from being accidentally committed. Any developer following the README's yalc workflow will generate these files during local consumer testing.
1 parent 4496362 commit f5f2ef2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
/.pnp
66
.pnp.js
77
.yarn/cache/
8+
.yalc/
9+
yalc.lock
810

911
# testing
1012
/coverage
@@ -39,4 +41,4 @@ yarn-error.log*
3941

4042
/dist
4143

42-
.parcel-cache
44+
.parcel-cache

0 commit comments

Comments
 (0)