Skip to content

Commit 758848d

Browse files
committed
Merge pull request #1343 from jenrik/master
Ignore npm-debug.log
2 parents 1b2072a + 3c1fc59 commit 758848d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Node.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ build/Release
2525
# Dependency directory
2626
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
2727
node_modules
28+
29+
# Debug log from npm
30+
npm-debug.log

0 commit comments

Comments
 (0)