Skip to content

Commit 56639ff

Browse files
committed
Merge pull request #1732 from jucrouzet/patch-1
Add .npm cache directory
2 parents b2c1eea + f4faeeb commit 56639ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Node.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ build/Release
2626
# Dependency directory
2727
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
2828
node_modules
29+
30+
# Optional npm cache directory
31+
.npm

0 commit comments

Comments
 (0)