Add .env.* to optionally ignored files in Rails.gitignore. (#3065)
This commit is contained in:
parent
e2e54ce6be
commit
1604c21c60
@ -24,9 +24,10 @@ config/master.key
|
|||||||
# 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
|
# dotenv, dotenv-rails
|
||||||
# TODO Comment out this rule if environment variables can be committed
|
# TODO Comment out these rules if environment variables can be committed
|
||||||
.env
|
.env
|
||||||
|
.env.*
|
||||||
|
|
||||||
## Environment normalization:
|
## Environment normalization:
|
||||||
/.bundle
|
/.bundle
|
||||||
|
Loading…
Reference in New Issue
Block a user