Browse Source

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 2 years ago
parent
commit
e77ef81b1b
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Rails.gitignore

+ 1
- 1
Rails.gitignore View File

# dotenv, dotenv-rails # dotenv, dotenv-rails
# TODO Comment out these rules if environment variables can be committed # TODO Comment out these rules if environment variables can be committed
.env .env
.env.*
.env*.local


## Environment normalization: ## Environment normalization:
/.bundle /.bundle

Loading…
Cancel
Save