Skip to content

Commit 0a4fc9c

Browse files
Stefanshiftkey
authored andcommitted
Ignore node_modules (#2538)
Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.
1 parent 15d9a61 commit 0a4fc9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Rails.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ bower.json
4242

4343
# Ignore Byebug command history file.
4444
.byebug_history
45+
46+
# Ignore node_modules
47+
node_modules/
48+

0 commit comments

Comments
 (0)