Skip to content

Commit de70072

Browse files
Remove no-longer-needed npm-debug.log entry from .gitignore (#597)
Reasons this is no longer needed: - all the instructions for contributing this repo say to use yarn, which has never generated npm-debug.log - since npm 4.2.0, npm *also* doesn't generate npm-debug.log I noticed this while cross-checking .gitignore against .npmignore to make sure there weren't any weird generated files, not meant to be published, that we were Git-ignoring but forgetting to put in .npmignore. This was the only such inconsistency. We could resolve it by adding the same line to .npmignore, but since npm-debug.log will probably never get generated on anyone's machine ever again while they're working on jsdiff, it's probably better to just remove all reference to it.
1 parent c6f4378 commit de70072

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
coverage
22
node_modules
3-
npm-debug.log
43
lib
54
dist
65
yarn-error.log

0 commit comments

Comments
 (0)