Skip to content

Commit c209bd0

Browse files
committedApr 24, 2020
😒 chore: Upgrade git ignore config.
1 parent c1f4c45 commit c209bd0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed
 

‎.gitignore

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1+
# lock file
2+
!yarn.lock
3+
4+
# Generated files
5+
/lib
6+
17
# Dependency directory
28
node_modules
39
jspm_packages
410

511
# Coverage directory used by nyc
6-
coverage
7-
.nyc_output
12+
/coverage
13+
/.nyc_output
814

915
# Documentation
10-
gh-pages
16+
/gh-pages

0 commit comments

Comments
 (0)
Please sign in to comment.