Commit 0a4fc9c0 authored by Stefan's avatar Stefan Committed by Brendan Forster

Ignore node_modules (#2538)

Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.
parent 15d9a616
...@@ -42,3 +42,7 @@ bower.json ...@@ -42,3 +42,7 @@ bower.json
# Ignore Byebug command history file. # Ignore Byebug command history file.
.byebug_history .byebug_history
# Ignore node_modules
node_modules/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment