Skip to content

Commit 73754d9

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/make-github-pseudonymous-again/rejuvenate/blob/a44c42967442d65fd14272682fb84a6f32feb841/src/transforms/gitignore:fix-nyc-output.js Please contact the author of the transform if you believe there was an error.
1 parent 28fe27c commit 73754d9

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)