Browse Source

Merge pull request #1739 from jucrouzet/patch-1

Ignore REPL history file
Brendan Forster 9 years ago
parent
commit
a42c285a24
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Node.gitignore

+ 3 - 0
Node.gitignore

@@ -29,3 +29,6 @@ node_modules
 
 # Optional npm cache directory
 .npm
+
+# Optional REPL history
+.node_repl_history