浏览代码

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/
+