Browse Source

Ignore REPL history file

Like in #1732, Docker images can consider project directoy as $HOME
Julien CROUZET 9 years ago
parent
commit
5f5926a9bb
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