Browse Source

Add .env.* to optionally ignored files in Rails.gitignore. (#3065)

pull/3260/head
hshimoyama 4 years ago
parent
commit
1604c21c60
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      Rails.gitignore

+ 3
- 2
Rails.gitignore View File

# Only include if you have production secrets in this file, which is no longer a Rails default # Only include if you have production secrets in this file, which is no longer a Rails default
# config/secrets.yml # 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
.env.*


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

Loading…
Cancel
Save