1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 08:20:12 +02:00

Ignore REPL history file

Like in #1732, Docker images can consider project directoy as $HOME
This commit is contained in:
Julien CROUZET 2015-11-05 16:17:54 +01:00
parent ee80a54c21
commit 5f5926a9bb

View File

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