Procházet zdrojové kódy

Ignore Rails .env according recomendations

Reasons for making this change:
Rails dotenv ignore is not following dotenv recommendations as stated in its documentation

Links to documentation supporting these rule changes:
https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use
pull/3864/head
Daniel Libanori před 2 roky
rodič
revize
e77ef81b1b
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      Rails.gitignore

+ 1
- 1
Rails.gitignore Zobrazit soubor

@@ -27,7 +27,7 @@ config/master.key
# dotenv, dotenv-rails
# TODO Comment out these rules if environment variables can be committed
.env
.env.*
.env*.local

## Environment normalization:
/.bundle

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