Skip to content

Commit b5b784c

Browse files
🤖 chore(.gitignore): Add leading slash to ignored coverage directory.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/c49b495bb7cf0f1290b0f09fc31eab036a3409b2/src/transforms/gitignore:fix-coverage.js Please contact the author of the transform if you believe there was an error.
1 parent 7e97da7 commit b5b784c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ node_modules
99
jspm_packages
1010

1111
# Coverage directory used by nyc
12-
coverage
12+
/coverage
1313
.nyc_output
1414

1515
# Documentation

0 commit comments

Comments
 (0)