1. 07 6月, 2016 2 次提交
  2. 21 5月, 2016 4 次提交
  3. 20 5月, 2016 1 次提交
  4. 18 5月, 2016 3 次提交
  5. 17 5月, 2016 2 次提交
  6. 16 5月, 2016 3 次提交
  7. 13 5月, 2016 1 次提交
  8. 12 5月, 2016 3 次提交
    • B
      Merge pull request #1973 from maxehmookau/patch-1 · 9779d87d
      Brendan Forster 提交于
      Add .env to optionally ignored files
      9779d87d
    • M
      Annotate .env addition · a275681e
      Max Woolf 提交于
      a275681e
    • M
      Add .env to optionally ignored files · 85147407
      Max Woolf 提交于
      Many twelve-factor apps use environment variables rather than the built in Rails secrets mechanism to store secrets.
      The [dotenv](https://github.com/bkeepers/dotenv) gem is widely used for this purpose and allows environment variables to be loaded from the `.env` file. However, this file should not be committed to source control.
      
      This PR just adds the `.env` file to `.gitignore` so that these secrets aren't accidentally committed. In some rare instances, it may be required that this file is committed to source control so I've added it to the list of files that can be removed if the developer is ok with secrets being committed.
      85147407
  9. 11 5月, 2016 2 次提交
  10. 10 5月, 2016 2 次提交
  11. 08 5月, 2016 2 次提交
  12. 06 5月, 2016 3 次提交
  13. 05 5月, 2016 2 次提交
  14. 01 5月, 2016 1 次提交
  15. 29 4月, 2016 2 次提交
  16. 28 4月, 2016 1 次提交
  17. 27 4月, 2016 1 次提交
  18. 26 4月, 2016 3 次提交
  19. 25 4月, 2016 1 次提交
  20. 22 4月, 2016 1 次提交