From 0a4fc9c0ef24efe6aa7ed6c42f4c03de938a08fa Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 14 Dec 2017 21:11:09 -0500 Subject: [PATCH] Ignore node_modules (#2538) Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git. --- Rails.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rails.gitignore b/Rails.gitignore index 42aeb550..828ab1d5 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -42,3 +42,7 @@ bower.json # Ignore Byebug command history file. .byebug_history + +# Ignore node_modules +node_modules/ +