Skip to content

Commit d4cad13

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/make-github-pseudonymous-again/rejuvenate/blob/a44c42967442d65fd14272682fb84a6f32feb841/src/transforms/gitignore:fix-coverage.js Please contact the author of the transform if you believe there was an error.
1 parent 5ee757b commit d4cad13

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)