瀏覽代碼

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

pull/3260/head
hshimoyama 4 年之前
父節點
當前提交
1604c21c60
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. 3
    2
      Rails.gitignore

+ 3
- 2
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

Loading…
取消
儲存