Explorar el Código

Ignore node_modules (#2538)

Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.
Stefan hace 7 años
padre
commit
0a4fc9c0ef
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      Rails.gitignore

+ 4 - 0
Rails.gitignore

@@ -42,3 +42,7 @@ bower.json
 
 # Ignore Byebug command history file.
 .byebug_history
+
+# Ignore node_modules
+node_modules/
+