Parcourir la 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 il y a 6 ans
Parent
révision
0a4fc9c0ef
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4
    0
      Rails.gitignore

+ 4
- 0
Rails.gitignore Voir le fichier

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

# Ignore Byebug command history file.
.byebug_history

# Ignore node_modules
node_modules/


Chargement…
Annuler
Enregistrer