]> source.dussan.org Git - gitignore.git/commitdiff
Ignore node_modules (#2538)
authorStefan <stfnhrrs@users.noreply.github.com>
Fri, 15 Dec 2017 02:11:09 +0000 (21:11 -0500)
committerBrendan Forster <github@brendanforster.com>
Fri, 15 Dec 2017 02:11:09 +0000 (12:41 +1030)
Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.

Rails.gitignore

index 42aeb55000adc6c2b53c6bdfab82ade14e9e4917..828ab1d556ad0f0dde9ad559f70ce3a5095e7737 100644 (file)
@@ -42,3 +42,7 @@ bower.json
 
 # Ignore Byebug command history file.
 .byebug_history
+
+# Ignore node_modules
+node_modules/
+