Explorar o código

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
Daniel Libanori %!s(int64=3) %!d(string=hai) anos
pai
achega
e77ef81b1b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Rails.gitignore

+ 1 - 1
Rails.gitignore

@@ -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