Procházet zdrojové kódy

Ignore node_modules (#2538)

Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.
pull/2526/merge
Stefan před 6 roky
rodič
revize
0a4fc9c0ef
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4
    0
      Rails.gitignore

+ 4
- 0
Rails.gitignore Zobrazit soubor

@@ -42,3 +42,7 @@ bower.json

# Ignore Byebug command history file.
.byebug_history

# Ignore node_modules
node_modules/


Načítá se…
Zrušit
Uložit