1
0
mirror of https://github.com/github/gitignore synced 2024-06-04 03:38:14 +02:00

Ignore node_modules (#2538)

Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.
This commit is contained in:
Stefan 2017-12-14 21:11:09 -05:00 committed by Brendan Forster
parent 15d9a616ae
commit 0a4fc9c0ef

View File

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