Преглед на файлове

Ignore node_modules (#2538)

Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.
Stefan преди 7 години
родител
ревизия
0a4fc9c0ef
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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/
+