mirror of
https://github.com/OMGeeky/gitignore.git
synced 2025-12-26 16:17:25 +01: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:
@@ -42,3 +42,7 @@ bower.json
|
||||
|
||||
# Ignore Byebug command history file.
|
||||
.byebug_history
|
||||
|
||||
# Ignore node_modules
|
||||
node_modules/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user