Skip to content

Commit

Permalink
Ignore node_modules (github#2538)
Browse files Browse the repository at this point in the history
Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.
  • Loading branch information
Stefan authored and shiftkey committed Dec 15, 2017
1 parent 15d9a61 commit 0a4fc9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rails.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ bower.json

# Ignore Byebug command history file.
.byebug_history

# Ignore node_modules
node_modules/

0 comments on commit 0a4fc9c

Please sign in to comment.