1. 12 May, 2016 1 commit
    • Max Woolf's avatar
      Add .env to optionally ignored files · 85147407
      Max Woolf authored
      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
  2. 11 May, 2016 2 commits
  3. 10 May, 2016 1 commit
  4. 09 May, 2016 1 commit
  5. 08 May, 2016 2 commits
  6. 06 May, 2016 2 commits
  7. 01 May, 2016 1 commit
  8. 29 Apr, 2016 1 commit
  9. 28 Apr, 2016 2 commits
  10. 27 Apr, 2016 1 commit
  11. 26 Apr, 2016 3 commits
  12. 24 Apr, 2016 1 commit
  13. 21 Apr, 2016 2 commits
  14. 19 Apr, 2016 2 commits
  15. 17 Apr, 2016 1 commit
  16. 16 Apr, 2016 2 commits
  17. 15 Apr, 2016 5 commits
  18. 03 Apr, 2016 3 commits
  19. 01 Apr, 2016 1 commit
  20. 31 Mar, 2016 1 commit
  21. 30 Mar, 2016 1 commit
  22. 27 Mar, 2016 4 commits