From 1604c21c606fa9b67037d88f1d68e86d67103cb3 Mon Sep 17 00:00:00 2001 From: hshimoyama Date: Fri, 6 Dec 2019 19:05:44 +0900 Subject: [PATCH] Add .env.* to optionally ignored files in Rails.gitignore. (#3065) --- Rails.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Rails.gitignore b/Rails.gitignore index 902de7a3..8969914f 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -24,9 +24,10 @@ config/master.key # Only include if you have production secrets in this file, which is no longer a Rails default # config/secrets.yml -# dotenv -# TODO Comment out this rule if environment variables can be committed +# dotenv, dotenv-rails +# TODO Comment out these rules if environment variables can be committed .env +.env.* ## Environment normalization: /.bundle