From b9b5d647e70c110ae64898c1b7e9c2961867f49d Mon Sep 17 00:00:00 2001 From: Anusha Bhat Date: Fri, 11 Sep 2020 23:37:50 +0530 Subject: [PATCH] Update Rails.gitignore to exclude env specific key --- Rails.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.gitignore b/Rails.gitignore index ae9df644..df7b5b0e 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -20,6 +20,7 @@ pickle-email-*.html # TODO Comment out this rule if you are OK with secrets being uploaded to the repo config/initializers/secret_token.rb config/master.key +config/credentials/*.key # Only include if you have production secrets in this file, which is no longer a Rails default # config/secrets.yml