Skip to content

Commit ec72bc2

Browse files
authored
Add yarn cache to both gitgnore (#2771)
1 parent 09671e8 commit ec72bc2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ boilerplate/.gitignore.template
2323

2424
# flame CLI
2525
.config
26+
27+
# Yarn
28+
.yarn/*

boilerplate/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,6 @@ web-build/
8787
!env.js
8888

8989
/coverage
90+
91+
# Yarn
92+
.yarn/*

0 commit comments

Comments
 (0)