Browse Source

Ignore node_modules (#2538)

Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.
pull/2526/merge
Stefan 6 years ago
parent
commit
0a4fc9c0ef
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Rails.gitignore

+ 4
- 0
Rails.gitignore View File

@@ -42,3 +42,7 @@ bower.json

# Ignore Byebug command history file.
.byebug_history

# Ignore node_modules
node_modules/


Loading…
Cancel
Save