Skip to content

Commit 82368e1

Browse files
🤖 chore(.gitignore): Add leading slash to ignored .nyc_output 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-nyc-output.js Please contact the author of the transform if you believe there was an error.
1 parent c426d85 commit 82368e1

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
@@ -10,7 +10,7 @@ jspm_packages
1010

1111
# Coverage directory used by nyc
1212
/coverage
13-
.nyc_output
13+
/.nyc_output
1414

1515
# Documentation
1616
/gh-pages

0 commit comments

Comments
 (0)