1. 01 Jul, 2016 1 commit
  2. 29 Jun, 2016 1 commit
  3. 26 Jun, 2016 1 commit
  4. 24 Jun, 2016 1 commit
  5. 16 Jun, 2016 3 commits
  6. 15 Jun, 2016 2 commits
  7. 12 Jun, 2016 2 commits
  8. 10 Jun, 2016 1 commit
  9. 07 Jun, 2016 1 commit
  10. 06 Jun, 2016 1 commit
  11. 23 May, 2016 1 commit
    • James Skimming's avatar
      VisualStudio ignore project.fragment.lock.json · be2df771
      James Skimming authored
      I've just upgraded to ASP.NET Core RC2, and I've found that Visual
      Studio is producing a file called project.fragment.lock.json. When I
      delete the file it is recreated during build. Given project.lock.json is
      already ignored this looks like another file to ignore.
      be2df771
  12. 21 May, 2016 2 commits
  13. 20 May, 2016 3 commits
  14. 18 May, 2016 3 commits
  15. 16 May, 2016 5 commits
  16. 13 May, 2016 1 commit
  17. 12 May, 2016 3 commits
    • Brendan Forster's avatar
      Merge pull request #1973 from maxehmookau/patch-1 · 9779d87d
      Brendan Forster authored
      Add .env to optionally ignored files
      9779d87d
    • Max Woolf's avatar
      Annotate .env addition · a275681e
      Max Woolf authored
      a275681e
    • 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
  18. 11 May, 2016 2 commits
  19. 10 May, 2016 1 commit
  20. 09 May, 2016 1 commit
  21. 08 May, 2016 2 commits
  22. 06 May, 2016 2 commits