Skip to content

Commit acc3676

Browse files
authored
Add .yarn-cache to ignored path
1 parent 0fafbb0 commit acc3676

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codecov/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
r'(/build/lib)|'
4141
r'(/htmlcov)|'
4242
r'(/node_modules)|'
43+
r'(/\.yarn-cache)|'
4344
r'(\.egg-info)|'
4445
r'(/\.git)|'
4546
r'(/\.hg)|'

0 commit comments

Comments
 (0)